mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-12-08 16:52:50 -05:00
14
tests/debug-config.json
Normal file
14
tests/debug-config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"randomSeed" : 20,
|
||||
"port" : 8888,
|
||||
"captchaExpiryTimeLimit" : 5,
|
||||
"throttle" : 10,
|
||||
"threadDelay" : 2,
|
||||
"captchas" : [ {
|
||||
"name" : "DebugCaptcha",
|
||||
"allowedLevels" : [ "debug" ],
|
||||
"allowedMedia" : [ "image/png" ],
|
||||
"allowedInputType" : [ "text" ],
|
||||
"config" : { }
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user