]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Add a configuration flag for using the job queue to import traces
[rails.git] / config / example.application.yml
index 1e78084cc0300c9a5976227158cc09c4a2717a5d..b0b468d9ee07b1f6044f05295a5034effc52975b 100644 (file)
@@ -60,6 +60,10 @@ defaults: &defaults
   spam_threshold: 50
   # Default legale (jurisdiction location) for contributor terms
   default_legale: GB
+  # Use the built-in jobs queue for importing traces
+  # Leave as false if you are using the external high-speed gpx importer
+  # https://github.com/openstreetmap/gpx-import
+  trace_use_job_queue: false
   # Location of GPX traces and images
   gpx_trace_dir: "/home/osm/traces"
   gpx_image_dir: "/home/osm/images"
@@ -120,6 +124,8 @@ defaults: &defaults
   #thunderforest_key: ""
   # Key for generating TOTP tokens
   #totp_key: ""
+  # Enforce Content-Security-Policy
+  csp_enforce: false
   # URL for reporting Content-Security-Policy violations
   #csp_report_url: ""