From 56f3ea05a3e4a8a4094fe455f210024e55c2bd81 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 5 Nov 2015 16:30:43 -0200 Subject: [PATCH] dalli: connect to 127.0.0.1:11211 by default --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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