diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:31:31 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:31:31 -0500 |
| commit | b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46 (patch) | |
| tree | 95ea3dfc7d0aa75be20f4e6f7cfe099b96805c21 /config/environments | |
| parent | eb41f85dd46b4d224aa3f3bc2c05d577ac50625f (diff) | |
| download | thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.gz thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.bz2 thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.zip | |
Moved secret base, Akismet, Sendgrid, and database keys into credentials
Diffstat (limited to 'config/environments')
| -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? |
