X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b17523c89399c8751d5a215175c6cb8b0c40510d..19d683b4df6f7d4098ef786dd36c96b6f90c8df5:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 25df99d26..c88d894a0 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -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