]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Add support for displaying a map covering a specified bounding box.
[rails.git] / config / environment.rb
index 1265abe3bd167caedf92a08b5e56869b99b9b004..d3c68ca696942516347ac5202629d06841621190 100644 (file)
@@ -67,6 +67,9 @@ end
 #   inflect.uncountable %w( fish sheep )
 # end
 
+# Set to true to put the API in read-only mode
+API_READONLY = false
+
 # Include your application configuration below
 SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'