summaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 4b25ab1a88a..58e8a072827 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -16,14 +16,6 @@ Rails.application.configure do
if Rails.root.join('tmp/caching-dev.txt').exist?
config.action_controller.perform_caching = true
- config.cache_store = :redis_store, {
- host: ENV['REDIS_HOST'] || 'localhost',
- port: ENV['REDIS_PORT'] || 6379,
- db: 0,
- namespace: 'cache',
- expires_in: 1.minute,
- }
-
config.public_file_server.headers = {
'Cache-Control' => 'public, max-age=172800',
}