]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Merge branch 'master' into openstreetbugs
[rails.git] / config / environment.rb
index 29b114836a30225bd44b1aa802e9ab38402a40da..e339aca4d4afac53cc1e0c1083e62392b6772296 100644 (file)
@@ -89,7 +89,7 @@ Rails::Initializer.run do |config|
   # Use the database for sessions instead of the cookie-based default,
   # which shouldn't be used to store highly confidential information
   # (create the session table with 'rake db:sessions:create')
-  unless  OSM_STATUS == :database_offline
+  unless OSM_STATUS == :database_offline or OSM_STATUS == :database_readonly
     config.action_controller.session_store = :sql_session_store
   end