diff --git a/config/environments/production.rb b/config/environments/production.rb index 19e3f48..8b8ce9a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -52,7 +52,7 @@ Mezuro::Application.configure do # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production. - # config.cache_store = :mem_cache_store + config.cache_store = :mem_cache_store, "10.2.2.21", {expires_in: 1.day} # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com" -- libgit2 0.21.2