summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index cfb3c2de8..40bb41e63 100644
--- a/config/config.json
+++ b/config/config.json
@@ -21,7 +21,8 @@
"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
"AnalyticsUrl": "",
"UseLocalStorage": true,
- "StorageDirectory": "./data/"
+ "StorageDirectory": "./data/",
+ "AllowedLoginAttempts": 3
},
"SSOSettings": {
"gitlab": {
@@ -68,6 +69,13 @@
"ApplePushCertPublic": "",
"ApplePushCertPrivate": ""
},
+ "RateLimitSettings": {
+ "UseRateLimiter": true,
+ "PerSec": 10,
+ "MemoryStoreSize": 10000,
+ "VaryByRemoteAddr": true,
+ "VaryByHeader": ""
+ },
"PrivacySettings": {
"ShowEmailAddress": true,
"ShowPhoneNumber": true,