mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
Use memcached for staging
This commit is contained in:
parent
4513bc9f84
commit
1ffca4e7a2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue