summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 12:35:36 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 12:35:36 +0100
commitae296748501982bac71525507ff9c1fdfefb8ad2 (patch)
tree845cae8cfe96bef21e64ef434a42102d82ac91e7 /config/environments
parentd92595edd1febbea58ccee742ac7b8cdb3b42e00 (diff)
Activated memcached as the cache store.
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 4e5bdd8..26b2f35 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -37,7 +37,7 @@ Gemeinschaft42c::Application.configure do
# config.logger = 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"