This commit is contained in:
2025-09-24 14:37:50 +03:00
parent e7fd107e12
commit 9204f1a290
+1 -1
View File
@@ -9,7 +9,7 @@
port = 9000; port = 9000;
database.createLocally = true; database.createLocally = true;
settings = { settings = {
ALLOW_SIGNUP = "true"; ALLOW_SIGNUP = "false";
}; };
}; };
} }