As of now, we do not allow environment variables to be used in configuration files.
In Symfony, this is always possible using the %env(FOO)% syntax, but that's container magic, and we don't want to add the symfony/dependency-injection dependency on the standalone app.
As of now, we do not allow environment variables to be used in configuration files.
In Symfony, this is always possible using the
%env(FOO)%
syntax, but that's container magic, and we don't want to add thesymfony/dependency-injection
dependency on the standalone app.