Commit 5faff89144c30298a213fa812c7c57f19ba12d9e

Authored by Diego Camarinha
2 parents 7b76f7a9 4f700b7d

Merge pull request #311 from mezuro/update_memcached

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