X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/673b58f96f3acfd0281c62a2a7f080825b6fb28b..581eca3bbe3f2e8a657d5f72afe6cbe261d4d8bf:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 1e78084cc..b0b468d9e 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -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: ""