mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
3845645f9a
Signed-off-by: hrj <harshad.rj@gmail.com>
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" : { }
|
|
}]
|
|
}
|