37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"randomSeed": 20,
|
|
"port": 8888,
|
|
"captchaExpiryTimeLimit": 5,
|
|
"threadDelay": 2,
|
|
"throttle": 10,
|
|
"captchas":{
|
|
"FilterChallenge":{
|
|
"name": "FilterChallenge",
|
|
"supportedLevels":["medium", "hard"],
|
|
"supportedMedia":["image/png"],
|
|
"supportedinputType":["text"],
|
|
"config":{}
|
|
},
|
|
"GifCaptcha":{
|
|
"name": "GifCaptcha",
|
|
"supportedLevels":["hard"],
|
|
"supportedMedia":["image/gif"],
|
|
"supportedinputType":["text"],
|
|
"config":{}
|
|
},
|
|
"ShadowTextCaptcha":{
|
|
"name": "ShadowTextCaptcha",
|
|
"supportedLevels":["easy"],
|
|
"supportedMedia":["image/png"],
|
|
"supportedinputType":["text"],
|
|
"config": {}
|
|
},
|
|
"RainDropsCaptcha":{
|
|
"name": "RainDropsCaptcha",
|
|
"supportedLevels":["easy","medium"],
|
|
"supportedMedia":["image/gif"],
|
|
"supportedinputType":["text"],
|
|
"config":{}
|
|
}
|
|
}
|
|
} |