And now we disable it again 😌

This commit is contained in:
Lillian-Violet 2023-12-29 23:35:47 +01:00
parent 2de4ecc8e9
commit fedd4d5434

View file

@ -25,7 +25,7 @@
type = "postgres";
};
settings = {
service.DISABLE_REGISTRATION = false;
service.DISABLE_REGISTRATION = true;
server = {
DOMAIN = "git.lillianviolet.dev";
ROOT_URL = "https://git.lillianviolet.dev/";