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

Comment out settings in dev environment #5446

Merged
merged 1 commit into from
May 23, 2024

Conversation

jrjohnson
Copy link
Member

Symfony loads this files in an order that means settings in a the .env.local file will be overwritten by settings in the .env.dev file. This is almost never what you would expect and leads to needing to specify some things in a .env.dev.local file that could otherwise be consolidated in a single .env.local file. By commenting out all of these vars we avoid this issue.

Symfony loads this files in an order that means settings in a the
.env.local file will be overwritten by settings in the .env.dev file.
This is almost never what you would expect and leads to needing to
specify some things in a .env.dev.local file that could otherwise be
consolidated in a single .env.local file. By commenting out all of these
vars we avoid this issue.
@jrjohnson jrjohnson marked this pull request as ready for review May 23, 2024 05:31
@stopfstedt stopfstedt merged commit 93c862c into ilios:master May 23, 2024
31 checks passed
@jrjohnson jrjohnson deleted the dotenv-dev-local branch May 23, 2024 16:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants