Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Labels
Description
.env
REDIS_HOST=localhostLOCK_DSN=redis://${REDIS_HOST}
.env.local
REDIS_HOST=aaa
What happens now
Dotenv in standard symfony configuration will evaluateLOCK_DSN
asredis://localhost
What is expected to happen
Dotenv should merge all files first and do variable expansion after that. Expected result would beredis://aaa