tracestrack_key web_passwords["tracestrack_key"]
maptiler_key web_passwords["maptiler_key"]
totp_key web_passwords["totp_key"]
+ totp_domain "openstreetmap.org"
csp_enforce true
trace_use_job_queue true
diary_feed_delay 12
property :tracestrack_key, String
property :maptiler_key, String
property :totp_key, String
+property :totp_domain, String
property :csp_enforce, [true, false], :default => false
property :csp_report_url, String
property :matomo_configuration, Hash
"tracestrack_key",
"maptiler_key",
"totp_key",
+ "totp_domain",
"csp_enforce",
"csp_report_url",
"trace_use_job_queue",