X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a98913d0cf74887180aca3520c628a52b0e7071..255b0b94252b48a9fe4326bb9d9fc4f184308460:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 9a6d83aba..d6a855ef5 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -73,7 +73,7 @@ defaults: &defaults # URL of Nominatim instance to use for geocoding nominatim_url: "http://nominatim.openstreetmap.org/" # Default editor - default_editor: "potlatch2" + default_editor: "id" # OAuth consumer key for Potlatch 2 #potlatch2_key: "" # OAuth consumer key for the web site @@ -84,10 +84,6 @@ defaults: &defaults require_terms_seen: false # Whether to require users to agree to the CTs before editing require_terms_agreed: false - # Piwik details - #piwik_location: "piwik.openstreetmap.org" - #piwik_site: 1 - #piwik_signup_goal: 1 development: <<: *defaults