From 13a51e907b604cf12c4e45e14ded6393b128b76f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 3 Dec 2016 00:00:22 -0500 Subject: [PATCH] rate limit adjustments --- src/Api/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Api/settings.json b/src/Api/settings.json index a8783cfc44..7ab0151bbc 100644 --- a/src/Api/settings.json +++ b/src/Api/settings.json @@ -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",