explicitly default to :file_store in our configuration object

pull/2432/head^2
Martin Linkhorst 10 years ago
parent 187ddc4ef4
commit f9b8801243
  1. 2
      lib/open_project/configuration.rb

@ -47,7 +47,7 @@ module OpenProject
'scm_subversion_command' => nil,
'disable_browser_cache' => true,
# default cache_store is :file_store in production and :memory_store in development
'rails_cache_store' => nil,
'rails_cache_store' => :file_store,
'cache_expires_in_seconds' => nil,
'cache_namespace' => nil,
# use dalli defaults for memcache

Loading…
Cancel
Save