Heavier rate limiting for POST and other methods may create data

This commit is contained in:
2025-03-22 19:23:45 +08:00
parent c8bba4fb2d
commit ba1d96b118
4 changed files with 115 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ grpc_bind = "0.0.0.0:7001"
domain = "localhost"
rate_limit = 120
rate_limit_advance = 60
[debug]
database = false
@@ -25,3 +26,8 @@ internal_private_key = "keys/internal_private_key.pem"
[watchtower]
database_backups = "./backups"
[captcha]
provider = "turnstile"
api_key = ""
api_secret = ""