From 1ffca4e7a225f4b45944cc59b1af73a0093b878c Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Mon, 6 Apr 2020 04:38:45 +0300 Subject: [PATCH] Use memcached for staging --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"