X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7d6c6622968d670e6a2929afbd8efae41610db2c..cbb7d974052c079dff81b70d40c0d134b14298ae:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 1265abe3b..d3c68ca69 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -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'