Skip to content

Remove .env.example - #215

Draft
nomadicoder wants to merge 1 commit into
mainfrom
envvars_parity
Draft

Remove .env.example#215
nomadicoder wants to merge 1 commit into
mainfrom
envvars_parity

Conversation

@nomadicoder

Copy link
Copy Markdown
Contributor
  • Will not create .env.local
  • .env.example not necessary
  • Updated README.md to reflect those changes
  • Updated instructions for local development

- Will not create .env.local
- .env.example not necessary
- Updated README.md to reflect those changes
- Updated instructions for local development
@sensei100

Copy link
Copy Markdown
Contributor

@nomadicoder You should probably update Dotenv to load only the .env file in config/application.rb. Something like:
Dotenv::Rails.files = [".env"]
Dotenv::Rails.load

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.

2 participants