update test config to match newest config options

This commit is contained in:
hrj 2022-04-05 10:15:21 +05:30
parent 9b56759c80
commit e1a88735e3
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
"port" : 8888, "port" : 8888,
"address" : "0.0.0.0", "address" : "0.0.0.0",
"captchaExpiryTimeLimit" : 5, "captchaExpiryTimeLimit" : 5,
"throttle" : 10, "bufferCount" : 10,
"threadDelay" : 2, "threadDelay" : 2,
"playgroundEnabled" : false, "playgroundEnabled" : false,
"corsHeader" : "*", "corsHeader" : "*",
"maxAttempts" : 20, "maxAttemptsRatio" : 0.01,
"captchas" : [ { "captchas" : [ {
"name" : "DebugCaptcha", "name" : "DebugCaptcha",
"allowedLevels" : [ "debug" ], "allowedLevels" : [ "debug" ],