We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration values are not resolving correctly from the .env file with $_ENV
Expected result Variable resolved correctly:
Bem vindo ao {{ config.get('general/sitename') }} => Bem vindo ao Test Local
Actual result Rendered pages contain a new value, but the value is incorrect:
Bem vindo ao {{ config.get('general/sitename') }} => Bem vindo ao %env(SITE_NAME)%
The text was updated successfully, but these errors were encountered:
Configuration values are not resolving correctly bolt#3067
4ec891d
f2d8006
No branches or pull requests
Configuration values are not resolving correctly from the .env file with $_ENV
Details
Reproduction
Expected result
Variable resolved correctly:
Bem vindo ao {{ config.get('general/sitename') }} => Bem vindo ao Test Local
Actual result
Rendered pages contain a new value, but the value is incorrect:
Bem vindo ao {{ config.get('general/sitename') }} => Bem vindo ao %env(SITE_NAME)%
Bug summary
Specifics
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: