add captcha settings

This commit is contained in:
yggverse 2024-04-02 18:24:37 +03:00
parent b5b042b5fa
commit 630e2b21e4
2 changed files with 22 additions and 2 deletions

View file

@ -125,6 +125,17 @@
"index":
{
"enabled":true
},
"captcha":
{
"length":5,
"phrase":"0123456789abcdef",
"background":
{
"r":46,
"g":52,
"b":54
}
}
},
"cli":