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