Skip to content

Commit

Permalink
Add max_changeset_comment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 28, 2023
1 parent 7be80d6 commit aa1b7a2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions images/web/config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ oauth_key: "OAUTH_KEY"
id_application: ""
# Imagery to return in capabilities as blacklisted
imagery_blacklist:
# Current Google imagery URLs have google or googleapis in the domain
- ".*\\.google(apis)?\\..*/.*"
# Blacklist VWorld
- "http://xdworld\\.vworld\\.kr:8080/.*"
# Blacklist here
- ".*\\.here\\.com[/:].*"
# Current Google imagery URLs have google or googleapis in the domain
- ".*\\.google(apis)?\\..*/.*"
# Blacklist VWorld
- "http://xdworld\\.vworld\\.kr:8080/.*"
# Blacklist here
- ".*\\.here\\.com[/:].*"
# URL of Overpass instance to use for feature queries
overpass_url: "https://overpass-api.de/api/interpreter"
overpass_credentials: false
Expand Down Expand Up @@ -137,3 +137,9 @@ smtp_tls_verify_mode: "none"
smtp_authentication: null
smtp_user_name: null
smtp_password: null

# Rate limit for changeset comments
min_changeset_comments_per_hour: 1
initial_changeset_comments_per_hour: 6
max_changeset_comments_per_hour: 60
moderator_changeset_comments_per_hour: 36000

0 comments on commit aa1b7a2

Please sign in to comment.