mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
dff305ae14
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"randomSeed" : 20,
|
|
"port" : 8888,
|
|
"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" ],
|
|
"config" : { }
|
|
}]
|
|
}
|