feat(backend): add rate limiting to the backend’s API
This commit is contained in:
@@ -11,3 +11,8 @@ email:
|
||||
recipient: Admin <user@example.com>
|
||||
starttls: false
|
||||
tls: false
|
||||
|
||||
rate_limit:
|
||||
enabled: true
|
||||
burst_size: 10
|
||||
per_seconds: 60
|
||||
|
||||
Reference in New Issue
Block a user