Skip to content

Commit

Permalink
Remove config/secrets.yml
Browse files Browse the repository at this point in the history
Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
  • Loading branch information
sdhull committed Aug 8, 2016
1 parent e7c4964 commit cedd263
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ capybara-*.html
rerun.txt
pickle-email-*.html

# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/secrets.yml

# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml

# dotenv
# TODO Comment out this rule if environment variables can be committed
Expand Down

0 comments on commit cedd263

Please sign in to comment.