Forgejo disable account creation
This commit is contained in:
parent
3cd43ca114
commit
7d55f1a7bb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ in {
|
|||
ROOT_URL = "https://${DOMAIN}/";
|
||||
HTTP_PORT = 9004;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = false;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue