mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
99ee7c55b5
Signed-off-by: JacobPozaic <jacobpozaic@gmail.com>
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"randomSeed" : 20,
|
|
"port" : 8888,
|
|
"address" : "0.0.0.0",
|
|
"captchaExpiryTimeLimit" : 5,
|
|
"throttle" : 10,
|
|
"threadDelay" : 2,
|
|
"playgroundEnabled" : false,
|
|
"corsHeader" : "*",
|
|
"captchas" : [ {
|
|
"name" : "DebugCaptcha",
|
|
"allowedLevels" : [ "debug" ],
|
|
"allowedMedia" : [ "image/png" ],
|
|
"allowedInputType" : [ "text" ],
|
|
"config" : { }
|
|
}]
|
|
}
|