mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add captcha settings
This commit is contained in:
parent
b5b042b5fa
commit
630e2b21e4
2 changed files with 22 additions and 2 deletions
|
|
@ -125,6 +125,17 @@
|
|||
"index":
|
||||
{
|
||||
"enabled":true
|
||||
},
|
||||
"captcha":
|
||||
{
|
||||
"length":5,
|
||||
"phrase":"0123456789abcdef",
|
||||
"background":
|
||||
{
|
||||
"r":46,
|
||||
"g":52,
|
||||
"b":54
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue