diff options
| author | mo khan <mo@mokhan.ca> | 2014-11-14 19:29:12 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-11-14 19:29:12 -0700 |
| commit | cdf0e4bcd03227fd8b6806569bb71da5fbaf111a (patch) | |
| tree | f29687098a56598dc2ad703931ff2aa74ea1171f /config | |
| parent | 70431ccdb0726807c75ec313ae48d403ae756e26 (diff) | |
use memcache.
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 6686b9b..31e6e40 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -52,7 +52,7 @@ Urkel::Application.configure do # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production. - # config.cache_store = :mem_cache_store + config.cache_store = :mem_cache_store # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com" |
