15 lines
296 B
JSON
15 lines
296 B
JSON
|
{
|
||
|
"randomSeed" : 20,
|
||
|
"port" : 8888,
|
||
|
"captchaExpiryTimeLimit" : 5,
|
||
|
"throttle" : 10,
|
||
|
"threadDelay" : 2,
|
||
|
"captchas" : [ {
|
||
|
"name" : "DebugCaptcha",
|
||
|
"allowedLevels" : [ "debug" ],
|
||
|
"allowedMedia" : [ "image/png" ],
|
||
|
"allowedInputType" : [ "text" ],
|
||
|
"config" : { }
|
||
|
}]
|
||
|
}
|