X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b17523c89399c8751d5a215175c6cb8b0c40510d..f20a85a5c5c68f4b87a3f4d9faa1de0ba780ce3b:/config/example.application.yml?ds=inline 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