disable forgejo registration

This commit is contained in:
xqtc161 2024-05-16 19:22:28 +02:00
parent e027925746
commit 7cb8530217

View file

@ -6,5 +6,10 @@
HTTP_PORT = 3002;
ROOT_URL = "https://git.heroin.trade";
};
settings = {
service = {
DISABLE_REGISTRATION = true;
};
};
};
}