]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.yml
Localisation updates from http://translatewiki.net
[rails.git] / config / application.yml
index a1fbd887a4e81410b765d2c86a0088c6ecfd4e61..95037f83ecfc3f85a432273e051e38f04ae6dd9a 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,7 +26,12 @@ standard_settings: &standard_settings
   #quova_password: ""
   # Spam threshold
   spam_threshold: 50
+  # Default legale (jurisdiction location) for contributor terms
+  default_legale: GB
+  # Memory limits (in Mb)
+  #soft_memory_limit: 512
+  #hard_memory_limit: 2048 
+
 development:
   <<: *standard_settings