mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
rate limit adjustments
This commit is contained in:
parent
63243eddc6
commit
13a51e907b
@ -11,7 +11,7 @@
|
||||
},
|
||||
"mail": {
|
||||
"apiKey": "SECRET",
|
||||
"replyToEmail": "do-not-reply@bitwarden.com"
|
||||
"replyToEmail": "hello@bitwarden.com"
|
||||
},
|
||||
"loggr": {
|
||||
"logKey": "SECRET",
|
||||
@ -38,6 +38,16 @@
|
||||
"EndpointWhitelist": [],
|
||||
"ClientWhitelist": [],
|
||||
"GeneralRules": [
|
||||
{
|
||||
"Endpoint": "*",
|
||||
"Period": "1m",
|
||||
"Limit": 60
|
||||
},
|
||||
{
|
||||
"Endpoint": "*",
|
||||
"Period": "1s",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/auth/token",
|
||||
"Period": "1m",
|
||||
|
Loading…
Reference in New Issue
Block a user