1
0
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:
Kyle Spearrin 2016-12-03 00:00:22 -05:00
parent 63243eddc6
commit 13a51e907b

View File

@ -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",