]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.yml
Remove unused routes
[rails.git] / config / application.yml
index a1fbd887a4e81410b765d2c86a0088c6ecfd4e61..1b38f8f746e8108a879c9ccde97a95f89defe6a2 100644 (file)
@@ -13,6 +13,8 @@ standard_settings: &standard_settings
   geonames_zoom: 12
   # Timeout for API calls in seconds
   api_timeout: 300
+  # Timeout for web pages in seconds
+  web_timeout: 30
   # Periods (in hours) which are allowed for user blocks
   user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96]
   # Rate limit for message sending
@@ -24,6 +26,8 @@ standard_settings: &standard_settings
   #quova_password: ""
   # Spam threshold
   spam_threshold: 50
+  # Default legale (jurisdiction location) for contributor terms
+  default_legale: GB
  
 development:
   <<: *standard_settings