diff --git a/config/environments/staging.rb b/config/environments/staging.rb index b28c3bb..a665c36 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -38,7 +38,7 @@ Ensl::Application.configure do # config.logger = SyslogLogger.new # Use a different cache store in production - config.cache_store = :dalli_store + config.cache_store = :dalli_store, 'memcached:11211', 'localhost' # Enable serving of images, stylesheets, and JavaScripts from an asset server # config.action_controller.asset_host = "http://assets.example.com"