mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-16 00:48:08 -04:00
Update config json file
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
c00680f631
commit
843367007f
11
config.json
11
config.json
@ -1,32 +1,35 @@
|
|||||||
{
|
{
|
||||||
"randomSeed": 20,
|
"randomSeed": 20,
|
||||||
|
"port": 8888,
|
||||||
"captchaExpiryTimeLimit": 5,
|
"captchaExpiryTimeLimit": 5,
|
||||||
|
"threadDelay": 2,
|
||||||
|
"throttle": 10,
|
||||||
"captchas":{
|
"captchas":{
|
||||||
"FilterChallenge":{
|
"FilterChallenge":{
|
||||||
"name": "FilterChallenge",
|
"name": "FilterChallenge",
|
||||||
"supportedLevels":["medium", "hard"],
|
"supportedLevels":["medium", "hard"],
|
||||||
"supportedMedia":["image"],
|
"supportedMedia":["image/png"],
|
||||||
"supportedinputType":["text"],
|
"supportedinputType":["text"],
|
||||||
"config":{}
|
"config":{}
|
||||||
},
|
},
|
||||||
"GifCaptcha":{
|
"GifCaptcha":{
|
||||||
"name": "GifCaptcha",
|
"name": "GifCaptcha",
|
||||||
"supportedLevels":["hard"],
|
"supportedLevels":["hard"],
|
||||||
"supportedMedia":["gif"],
|
"supportedMedia":["image/gif"],
|
||||||
"supportedinputType":["text"],
|
"supportedinputType":["text"],
|
||||||
"config":{}
|
"config":{}
|
||||||
},
|
},
|
||||||
"ShadowTextCaptcha":{
|
"ShadowTextCaptcha":{
|
||||||
"name": "ShadowTextCaptcha",
|
"name": "ShadowTextCaptcha",
|
||||||
"supportedLevels":["easy"],
|
"supportedLevels":["easy"],
|
||||||
"supportedMedia":["image"],
|
"supportedMedia":["image/png"],
|
||||||
"supportedinputType":["text"],
|
"supportedinputType":["text"],
|
||||||
"config": {}
|
"config": {}
|
||||||
},
|
},
|
||||||
"RainDropsCaptcha":{
|
"RainDropsCaptcha":{
|
||||||
"name": "RainDropsCaptcha",
|
"name": "RainDropsCaptcha",
|
||||||
"supportedLevels":["easy","medium"],
|
"supportedLevels":["easy","medium"],
|
||||||
"supportedMedia":["image"],
|
"supportedMedia":["image/gif"],
|
||||||
"supportedinputType":["text"],
|
"supportedinputType":["text"],
|
||||||
"config":{}
|
"config":{}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user