Disable registration on Gitea

This commit is contained in:
coolneng 2019-11-16 17:54:06 +01:00
parent f103b449e9
commit 1e13b5366f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@
passwordFile = "/var/keys/gitea/db"; passwordFile = "/var/keys/gitea/db";
}; };
cookieSecure = true; cookieSecure = true;
#disableRegistration = true; disableRegistration = true;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = true;
}; };
} }