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

Update location of the .env files #303

Merged
merged 2 commits into from
Oct 1, 2021
Merged

Update location of the .env files #303

merged 2 commits into from
Oct 1, 2021

Conversation

koistya
Copy link
Member

@koistya koistya commented Oct 1, 2021

# BEFORE
/env/.env
/env/.env.override
/env/.env.local
/env/.env.local.override
/env/.env.prod
/env/.env.prod.override
/env/.env.test
/env/.ent.test.override

# AFTER
/env/.local.env
/env/.local.override.env
/env/.prod.env
/env/.prod.override.env
/env/.test.env
/env/.test.override.env
# .gitignore
*.override.env

@koistya koistya merged commit 3b945d7 into main Oct 1, 2021
@koistya koistya deleted the envars branch October 1, 2021 10:39
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.

1 participant