Commit 9c092190b03c839bc6826908223c6877ee7eda3c

Authored by Rafael Manzo
1 parent 3832862c

Production memcached server configured

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environments/production.rb
... ... @@ -52,7 +52,7 @@ Mezuro::Application.configure do
52 52 # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
53 53  
54 54 # Use a different cache store in production.
55   - # config.cache_store = :mem_cache_store
  55 + config.cache_store = :mem_cache_store, "10.2.2.21", {expires_in: 1.day}
56 56  
57 57 # Enable serving of images, stylesheets, and JavaScripts from an asset server.
58 58 # config.action_controller.asset_host = "http://assets.example.com"
... ...