set default in configuration.rb

This commit is contained in:
Martin Linkhorst
2014-04-30 12:14:43 +02:00
parent 1bca417b9f
commit e0e8bbc37f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
config = OpenProject::Configuration
session_store = config['session_store'].to_sym || :cookie_store
session_store = config['session_store'].to_sym
relative_url_root = config['rails_relative_url_root'].presence
session_options = {
+1 -1
View File
@@ -47,7 +47,7 @@ module OpenProject
# use dalli defaults for memcache
'cache_memcache_server' => nil,
# where to store session data
'session_store' => nil,
'session_store' => :cookie_store,
# url-path prefix
'rails_relative_url_root' => "",