In a config.json file that's passed to Auth0's deploy cli, I have the following variable defined in a config.json file:
"CALLBACKS": ["http://localhost:3000", "https://myapplication.com" ]
That variable can be overridden by an environment variable if it's present. I'm therefore trying to put the same value in the Deployment environment variables but it's not seeing it as an array.
Anything I should do to make it understand that the value above is not a string?