summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 8b5a8576f..330ae78a2 100644
--- a/config/config.json
+++ b/config/config.json
@@ -63,7 +63,7 @@
"AtRestEncryptKey": ""
},
"LogSettings": {
- "EnableConsole": false,
+ "EnableConsole": true,
"ConsoleLevel": "DEBUG",
"EnableFile": true,
"FileLevel": "INFO",
@@ -125,8 +125,9 @@
"EmailBatchingInterval": 30
},
"RateLimitSettings": {
- "EnableRateLimiter": true,
+ "Enable": false,
"PerSec": 10,
+ "MaxBurst": 100,
"MemoryStoreSize": 10000,
"VaryByRemoteAddr": true,
"VaryByHeader": ""
@@ -239,4 +240,4 @@
"TurnUsername": "",
"TurnSharedKey": ""
}
-}
+} \ No newline at end of file