# :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
config.gem 'rmagick', :lib => 'RMagick'
config.gem 'oauth', :version => '>= 0.3.6'
config.gem 'httpclient'
+ config.gem 'system_timer'
# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
# (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,