Skip to content

Commit

Permalink
Manage SECRET_KEY_BASE better
Browse files Browse the repository at this point in the history
  • Loading branch information
Dainii committed Mar 8, 2024
1 parent 503dbd4 commit 3c3eb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# Global secret key base
config.secret_key_base = ENV.fetch('SECRET_KEY_BASE')

# Code is not reloaded between requests.
config.enable_reloading = false
Expand Down
4 changes: 0 additions & 4 deletions config/secret.yml

This file was deleted.

0 comments on commit 3c3eb13

Please sign in to comment.