]> 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 b6884825b5c68f137a368a16053f68300a692bf3..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"