So I can configure a lot of variable like with environment variable with NC_ prefix, like this NC_force_language=fr. But I would like to know if it’s possible with an array. What syntax should I use?
However, using environment variables to configure an application is one of the core principles of the Twelve Factor App. Why are “many of the devs” so reluctant to adopt and follow them? It looks like this has been an industry standard for over a decade now.