Use memcached for staging

This commit is contained in:
Ari Timonen 2020-04-06 04:38:45 +03:00
parent 4513bc9f84
commit 1ffca4e7a2

View file

@ -38,7 +38,7 @@ Ensl::Application.configure do
# config.logger = SyslogLogger.new # config.logger = SyslogLogger.new
# Use a different cache store in production # 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 # Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com" # config.action_controller.asset_host = "http://assets.example.com"