Skip to content

documentation for dotenv component refers the old .env.dist #10940

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

Closed
PBrouwer opened this issue Jan 29, 2019 · 1 comment
Closed

documentation for dotenv component refers the old .env.dist #10940

PBrouwer opened this issue Jan 29, 2019 · 1 comment
Labels
Milestone

Comments

@PBrouwer
Copy link

In the documentation of the dotenv component (https://symfony.com/doc/current/components/dotenv.html) it says:
You should never store a .env file in your code repository as it might contain sensitive information; create a .env.dist file with sensible defaults instead.
However since november 2018 changes (https://symfony.com/doc/current/configuration/dot-env-changes.html) the .env.dist file is no longer used and is replaced by the combination of .env in the repo and .env.local on your local environment.

The documentation should be updated to reflect these changes

@xabbuh xabbuh added the Dotenv label Feb 13, 2019
@xabbuh xabbuh added this to the 3.4 milestone Feb 13, 2019
@javiereguiluz
Copy link
Member

Thanks for reporting this error! We're sorry it took us so long to fix it. It's been fixed as part of a total revamp of docs related to configuration in #11690.

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

No branches or pull requests

3 participants