Disable registration too

This commit is contained in:
Lillian-Violet 2023-12-29 23:29:41 +01:00
parent 0b41e73132
commit 903657f43c

View file

@ -24,10 +24,13 @@
database = { database = {
type = "postgres"; type = "postgres";
}; };
server = { settings = {
DOMAIN = "git.lillianviolet.dev"; service.DISABLE_REGISTRATION = true;
ROOT_URL = "https://git.lillianviolet.dev/"; server = {
HTTP_PORT = 3218; DOMAIN = "git.lillianviolet.dev";
ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218;
};
}; };
}; };