feat: disable openid and self-registration
This commit is contained in:
parent
1d6362df58
commit
bb68f519cc
1 changed files with 5 additions and 0 deletions
|
|
@ -64,3 +64,8 @@
|
||||||
|
|
||||||
# mailer
|
# mailer
|
||||||
FORGEJO__mailer__ENABLED: "false"
|
FORGEJO__mailer__ENABLED: "false"
|
||||||
|
|
||||||
|
# authentication
|
||||||
|
FORGEJO__openid__ENABLE_OPENID_SIGNIN: "false"
|
||||||
|
FORGEJO__openid__ENABLE_OPENID_SIGNUP: "false"
|
||||||
|
FORGEJO__service__DISABLE_REGISTRATION: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue