Skip to content
New issue

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 #3067

Closed
ionutlip opened this issue Jan 27, 2022 · 0 comments
Closed

Configuration values are not resolving correctly #3067

ionutlip opened this issue Jan 27, 2022 · 0 comments

Comments

@ionutlip
Copy link

Configuration values are not resolving correctly from the .env file with $_ENV

Details

Question Answer
Relevant Bolt Version 5.1.1
Install type Composer install
BC Break yes/no
PHP version 8.0.14
Web server Nginx
Database Mysql 8
For UX/UI issues Browser name and version

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants