diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 14:41:27 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 14:41:27 -0500 |
| commit | ec0802bbad58ed8818cc556848bd0486b576ae88 (patch) | |
| tree | 895d81bcf59ba05ab87418e3a75f4305da446898 /config | |
| parent | c2c930cf82738db38d4cb3b756371b8cb14d0797 (diff) | |
| download | wittle-ec0802bbad58ed8818cc556848bd0486b576ae88.tar.gz wittle-ec0802bbad58ed8818cc556848bd0486b576ae88.tar.bz2 wittle-ec0802bbad58ed8818cc556848bd0486b576ae88.zip | |
Require master key
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/environments/production.rb b/config/environments/production.rb index 77a44b1..d37a8dc 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
| @@ -18,7 +18,7 @@ Rails.application.configure do | |||
| 18 | 18 | ||
| 19 | # Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment | 19 | # Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment |
| 20 | # key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files). | 20 | # key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files). |
| 21 | # config.require_master_key = true | 21 | config.require_master_key = true |
| 22 | 22 | ||
| 23 | # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead. | 23 | # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead. |
| 24 | # config.public_file_server.enabled = false | 24 | # config.public_file_server.enabled = false |
