]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Tidy up a few things
[rails.git] / config / example.application.yml
index 303c5626a9f385b9c52e8a821d0b313fe1d0ab64..5037af1b0dd5a1971425f66ec71e9589c88cf9be 100644 (file)
@@ -65,12 +65,15 @@ standard_settings: &standard_settings
   default_editor: "potlatch"
   # OAuth consumer key for Potlatch 2
   #potlatch2_key: ""
+  # Whether to require users to view the CTs before continuing to edit...
+  require_terms_seen: true
 
 development:
   <<: *standard_settings
 
 production:
   <<: *standard_settings
+  require_terms_seen: false
 
 test:
   <<: *standard_settings