Disable registration on Gitea
This commit is contained in:
parent
f103b449e9
commit
1e13b5366f
|
@ -15,9 +15,10 @@
|
|||
passwordFile = "/var/keys/gitea/db";
|
||||
};
|
||||
cookieSecure = true;
|
||||
#disableRegistration = true;
|
||||
disableRegistration = true;
|
||||
repositoryRoot = "/vault/git";
|
||||
dump.enable = true;
|
||||
useWizard = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue