X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/75d311c5a63649335482c9dca1d50d957c581a9f..f242c9de94fb197c79291c5c885bd9acfb74ab28:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 03d030a60..a8ebb4d8f 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -69,13 +69,14 @@ standard_settings: &standard_settings #potlatch2_key: "" # Whether to require users to view the CTs before continuing to edit... require_terms_seen: false + # Whether to require users to agree to the CTs before editing + require_terms_agreed: false development: <<: *standard_settings production: <<: *standard_settings - require_terms_seen: false test: <<: *standard_settings