X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/74e0acf0f533d50da51a59c8ee34b72e9c03c258..92951c6c00be0cb488a97463e25a5ecc8272c49e:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index da2f9b8ac..da71cc572 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -23,6 +23,7 @@ API_VERSION = ENV['OSM_API_VERSION'] || '0.6' # :api_offline - site online but API offline # :database_readonly - database and site in read-only mode # :database_offline - database offline with site in emergency mode +# :gpx_offline - gpx storage offline # OSM_STATUS = :online @@ -51,6 +52,7 @@ Rails::Initializer.run do |config| config.gem 'rmagick', :lib => 'RMagick' config.gem 'oauth', :version => '>= 0.3.6' config.gem 'httpclient' + config.gem 'ruby-openid', :lib => 'openid', :version => '>=2.0.4' # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order. @@ -64,6 +66,9 @@ Rails::Initializer.run do |config| # (by default production uses :info, the others :debug) # config.log_level = :debug + # Configure cache + config.cache_store = :file_store, "#{RAILS_ROOT}/tmp/cache" + # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random,