mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-10-03 17:39:40 +00:00
disable registration by default
This commit is contained in:
parent
7243f3f49a
commit
5bb07d9abf
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ REVERSE_PROXY_LIMIT = 1
|
|||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = false
|
||||
DISABLE_REGISTRATION = true
|
||||
SHOW_REGISTRATION_BUTTON = false
|
||||
ENABLE_NOTIFY_MAIL = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue