symfony-docs icon indicating copy to clipboard operation
symfony-docs copied to clipboard

Add hint about variables_order ini setting required

Open DracoBlue opened this issue 3 years ago • 0 comments

I read about real environment variables always winning, when using dotenv - but my setup did not work like this. And I noticed that my variables_order ini setting was set to the default of debian production settings, which does not expose $_ENV by default.

Thus I added a sentence right behind stating that this depends on $_ENV superglobal being filled, which also needs variables_order to contain an uppercase E.

DracoBlue avatar Sep 13 '22 19:09 DracoBlue