diff options
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r-- | config/environments/production.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 8f8be04..901cf23 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
@@ -14,11 +14,6 @@ Rails.application.configure do | |||
14 | config.consider_all_requests_local = false | 14 | config.consider_all_requests_local = false |
15 | config.action_controller.perform_caching = true | 15 | config.action_controller.perform_caching = true |
16 | 16 | ||
17 | # Attempt to read encrypted secrets from `config/secrets.yml.enc`. | ||
18 | # Requires an encryption key in `ENV["RAILS_MASTER_KEY"]` or | ||
19 | # `config/secrets.yml.key`. | ||
20 | config.read_encrypted_secrets = true | ||
21 | |||
22 | # Disable serving static files from the `/public` folder by default since | 17 | # Disable serving static files from the `/public` folder by default since |
23 | # Apache or NGINX already handles this. | 18 | # Apache or NGINX already handles this. |
24 | config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? | 19 | config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? |