lc-core/tests/debug-config.json

20 lines
432 B
JSON
Raw Normal View History

{
"randomSeed" : 20,
"port" : 8888,
2021-05-19 10:49:23 -04:00
"address" : "0.0.0.0",
"captchaExpiryTimeLimit" : 5,
"throttle" : 10,
"threadDelay" : 2,
"playgroundEnabled" : false,
"corsHeader" : "*",
"maxAttempts" : 20,
"captchas" : [ {
"name" : "DebugCaptcha",
"allowedLevels" : [ "debug" ],
"allowedMedia" : [ "image/png" ],
"allowedInputType" : [ "text" ],
2022-04-04 10:58:13 -04:00
"allowedSizes" : [ "350x100" ],
"config" : { }
}]
}