default to cache store in production

pull/1239/head
Martin Linkhorst 11 years ago
parent 8d34d46c9b
commit f0b2fab9d1
  1. 4
      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

Loading…
Cancel
Save