X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1c3a9ee62b7d1a0dc97d52b1a498be1339d49ebf..3472c1d4293ffa472d0f0d96b2773b3c59d79147:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 9b00beb58..c88d894a0 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -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