From f0b2fab9d12921c8946dc628814f6d085fef998f Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Wed, 30 Apr 2014 11:46:29 +0200 Subject: [PATCH] default to cache store in production --- config/configuration.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 838f724fe0..0e61f1f1e5 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -183,3 +183,7 @@ development: # Configuration for the test environment test: email_delivery_method: :test + +# specific configuration options for production environment +production: + session_store: :cache_store