X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d7f1186825751ff96ead15ae16aba2d0a7acff02..314b734aa59ac762de09daacd08bbb952c94783d:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index c26592215..4493d07a4 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -65,6 +65,9 @@ Rails::Initializer.run do |config| # (by default production uses :info, the others :debug) # config.log_level = :debug + # Configure cache + config.cache_store = :file_store, "#{RAILS_ROOT}/tmp/cache" + # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random,