]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.yml
Remove unused routes
[rails.git] / config / application.yml
index c0622df75f1551fb0ddad837424f1e92a652555b..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
@@ -23,7 +25,9 @@ standard_settings: &standard_settings
   #quova_username: ""
   #quova_password: ""
   # Spam threshold
-  spam_theshold: 50
+  spam_threshold: 50
+  # Default legale (jurisdiction location) for contributor terms
+  default_legale: GB
  
 development:
   <<: *standard_settings