disable registration of other users

This commit is contained in:
Yisroel Baum 2026-04-09 00:09:17 +03:00
parent 1d7f21f2bf
commit 3e2fce475b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -62,6 +62,7 @@ in
PROTOCOL = "http";
DOMAIN = "git.${domainName}";
};
service.DISABLE_REGISTRATION = true;
};
};