X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/963b8f43f155b19096ffc2888deea105a7ec569a..b9cb8f09212a4d43ef46548615347519c7d89c3c:/config/settings.yml?ds=inline diff --git a/config/settings.yml b/config/settings.yml index 0352a85e0..87c467c88 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -62,6 +62,13 @@ min_changeset_comments_per_hour: 1 initial_changeset_comments_per_hour: 6 max_changeset_comments_per_hour: 60 moderator_changeset_comments_per_hour: 36000 +# Rate limit for changes +min_changes_per_hour: 100 +initial_changes_per_hour: 1000 +max_changes_per_hour: 100000 +days_to_max_changes: 7 +importer_changes_per_hour: 1000000 +moderator_changes_per_hour: 1000000 # Domain for handling message replies #messages_domain: "messages.openstreetmap.org" # MaxMind GeoIPv2 database @@ -119,6 +126,8 @@ fossgis_valhalla_url: "https://valhalla1.openstreetmap.de/route" #wikipedia_auth_secret: "" # Thunderforest authentication details #thunderforest_key: "" +# Tracestrack authentication details +#tracestrack_key: "" # Key for generating TOTP tokens #totp_key: "" # Enforce Content-Security-Policy @@ -152,3 +161,8 @@ smtp_password: null #signup_ip_max_burst: #signup_email_per_day: #signup_email_max_burst: +# Private key for signing id_tokens +#doorkeeper_signing_key: | +# -----BEGIN PRIVATE KEY----- +# ... +# -----END PRIVATE KEY-----