diff --git a/config/environments/production.rb b/config/environments/production.rb index 058171f..8d4f138 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -44,7 +44,7 @@ Noosfero::Application.configure do # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production - config.cache_store = :dalli_store, "localhost" + config.cache_store = :dalli_store, "127.0.0.1:11211" # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com" -- libgit2 0.21.2