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

Improve dotenv locations and loading order, add more example env data #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

indykoning
Copy link
Member

This PR adds the following features to .env loading:

  • Allow placing and loading the .env(s) from / and /app/etc/
  • Fix the loading order between the .env and .env.developer, where .env.developer would override the .env before.
  • Load an env before all others using LOAD_BEFORE=".env.before .env.another" Allowing all values to be overridden by all other envs
  • Load an env after all others using LOAD_AFTER=".env.after .env.another" allowing those files to override all other envs

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.

3 participants