Skip to content

Commit

Permalink
Require master key by default in production
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 14, 2024
1 parent f4d2b20 commit e004a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rails.application.configure do

# Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment
# key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files).
# config.require_master_key = true
config.require_master_key = true

# Disable serving static files from `public/`, relying on NGINX/Apache to do so instead.
# config.public_file_server.enabled = false
Expand Down

0 comments on commit e004a36

Please sign in to comment.