]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Channel all error reporting through report_error
[rails.git] / config / example.application.yml
index 9b00beb58de2fccc8ef964fa25d1a9ead65dbe7b..c88d894a0773980e6ba8569472c30e30e79e9ce5 100644 (file)
@@ -55,6 +55,12 @@ standard_settings: &standard_settings
   #file_column_root: ""
   # Enable legacy OAuth 1.0 support
   oauth_10_support: true
+  # URL of Nominatim instance to use for geocoding
+  nominatim_url: "http://nominatim.openstreetmap.org/"
+  # Default editor
+  default_editor: "potlatch"
+  # OAuth consumer key for Potlatch 2
+  #potlatch2_key: ""
 
 development:
   <<: *standard_settings