X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1612ea75c541016ff8c4312935e8bfc4462608c6..ddb140f3877007249b8bac30dda575e56a1586f9:/config/settings.yml?ds=inline diff --git a/config/settings.yml b/config/settings.yml index e6b156e28..ef46ae216 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -31,6 +31,8 @@ tracepoints_per_page: 5000 max_number_of_nodes: 50000 # Maximum number of nodes that can be in a way (checked on save) max_number_of_way_nodes: 2000 +# Maximum number of members that can be in a relation (checked on save) +max_number_of_relation_members: 32000 # The maximum area you're allowed to request notes from, in square degrees max_note_request_area: 25 # Zoom level to use for postcode results from the geocoder @@ -133,7 +135,8 @@ trace_icon_storage: "local" smtp_address: "localhost" smtp_port: 25 smtp_domain: "localhost" -smtp_enable_starttls_auto: false +smtp_enable_starttls_auto: true +smtp_tls_verify_mode: "none" smtp_authentication: null smtp_user_name: null smtp_password: null