Migrate gitea disableRegistration config rename

This commit is contained in:
TEC 2022-09-05 02:30:22 +08:00
parent 8a2a7500f0
commit 9f5865f8b5
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@
type = "postgres";
passwordFile = config.age.secrets.postgres-gitea.path;
};
disableRegistration = true;
lfs.enable = true;
mailerPasswordFile = config.age.secrets.fastmail.path;
settings = {
@ -40,6 +39,7 @@
};
service = {
REGISTER_EMAIL_CONFIRM = true;
DISABLE_REGISTRATION = true;
};
indexer = {
REPO_INDEXER_ENABLED = true;