docker-mautic icon indicating copy to clipboard operation
docker-mautic copied to clipboard

automated instalation: array values

Open rvalle opened this issue 2 years ago • 0 comments

I am having difficulty performing automated installation configuring array values, such as:

$ env
MAUTIC_CONFIG_CORS_VALID_DOMAINS=["example.com", "example.org", "example.net"]
MAUTIC_CONFIG_CORS_VALID_DOMAINS='["example.com", "example.org", "example.net"]'

nothing seems to work, as I keep getting:

Invalid JSON env var "resolve:MAUTIC_CORS_VALID_DOMAINS": array or null exp

I believe this is implemented by Symphony utility classes, but I cannot find a description of the required format to pass in.

What would be the required environment variable format for the example provided?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

rvalle avatar Nov 17 '21 13:11 rvalle