]> 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 25df99d265ad5b56e063f7ab51236d3651efd947..c88d894a0773980e6ba8569472c30e30e79e9ce5 100644 (file)
@@ -53,6 +53,14 @@ standard_settings: &standard_settings
   gpx_image_dir: "/home/osm/images"
   # Location of data for file columns
   #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