FIX : gitea disable registration
main
Alexandre LUCAZEAU 2023-12-05 16:26:55 +00:00
parent 3c497e4d50
commit 8de673c14d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
dump.enable = true;
dump.backupDir = "/srv/backup/gitea";
lfs.enable = true;
settings.service.DISABLEREGISTRATION = true; # comment this line for the first user admin
settings.service.DISABLE_REGISTRATION = true; # comment this line for the first user admin
};
}