lc-core/tests/debug-config.json

16 lines
321 B
JSON
Raw Normal View History

{
"randomSeed" : 20,
"port" : 8888,
2021-05-19 20:19:23 +05:30
"address" : "0.0.0.0",
"captchaExpiryTimeLimit" : 5,
"throttle" : 10,
"threadDelay" : 2,
"captchas" : [ {
"name" : "DebugCaptcha",
"allowedLevels" : [ "debug" ],
"allowedMedia" : [ "image/png" ],
"allowedInputType" : [ "text" ],
"config" : { }
}]
}