Skip to content

Commit

Permalink
Merge pull request #49215 from andyw8/andyw8/update-require_master_ke…
Browse files Browse the repository at this point in the history
…y-description

Update description for `require_master_key` setting
  • Loading branch information
rafaelfranca committed Sep 12, 2023
2 parents d469436 + 4e76a97 commit b67bdfb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -18,8 +18,8 @@ Rails.application.configure do
config.action_controller.perform_caching = true
<%- end -%>

# Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
# or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
# 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

# Enable static file serving from the `/public` folder (turn off if using NGINX/Apache for it).
Expand Down

0 comments on commit b67bdfb

Please sign in to comment.