fix: Disable Captcha for the time being until Forgejo migration is finished
This commit is contained in:
parent
0458af952e
commit
04a3e32f3e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
"FORGEJO__service__REQUIRE_CAPTCHA_FOR_LOGIN" = "true";
|
||||
"FORGEJO__service__MCAPTCHA_URL" = "https://mcaptcha.terah.dev";
|
||||
"FORGEJO__service__CAPTCHA_TYPE" = "mcaptcha";
|
||||
"FORGEJO__service__ENABLE_CAPTCHA" = "true";
|
||||
"FORGEJO__service__ENABLE_CAPTCHA" = "false";
|
||||
"FORGEJO__service__REGISTER_MANUAL_CONFIRM" = "true";
|
||||
"FORGEJO__service__REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA" = "true";
|
||||
"USER_GID" = "1000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue