You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: