Compare commits
No commits in common. "ac09d67f4f10011741ebd47996b95486348562fa" and "ead48c2588c83d06b7b6f908a267c689c1519d73" have entirely different histories.
ac09d67f4f
...
ead48c2588
@ -40,7 +40,6 @@ services:
|
|||||||
image: librecaptcha/lc-core:latest
|
image: librecaptcha/lc-core:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "./tmp/libre-captcha-data:/lc-core/data"
|
- "./tmp/libre-captcha-data:/lc-core/data"
|
||||||
- "./libre-captcha-config.json:/lc-core/data/config.json"
|
|
||||||
ports:
|
ports:
|
||||||
- 8888
|
- 8888
|
||||||
nginx:
|
nginx:
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"randomSeed": -1534087241,
|
|
||||||
"port": 8888,
|
|
||||||
"address": "0.0.0.0",
|
|
||||||
"captchaExpiryTimeLimit": 5,
|
|
||||||
"bufferCount": 1000,
|
|
||||||
"threadDelay": 2,
|
|
||||||
"playgroundEnabled": false,
|
|
||||||
"corsHeader": "",
|
|
||||||
"maxAttemptsRatio": 0.009999999776482582,
|
|
||||||
"captchas": [
|
|
||||||
{
|
|
||||||
"name": "FilterChallenge",
|
|
||||||
"allowedLevels": [
|
|
||||||
"hard"
|
|
||||||
],
|
|
||||||
"allowedMedia": [
|
|
||||||
"image/png"
|
|
||||||
],
|
|
||||||
"allowedInputType": [
|
|
||||||
"text"
|
|
||||||
],
|
|
||||||
"allowedSizes": [
|
|
||||||
"350x100"
|
|
||||||
],
|
|
||||||
"config": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user