1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-05-18 04:29:14 +02:00
parent 2f6d67c64a
commit 92e2152a19
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ in
enable = true;
settings = {
BASE_URL = "https://${virtualHostName}";
ALLOW_SIGNUP = false;
ALLOW_SIGNUP = "false";
};
listenAddress = "127.0.0.1";
port = 8040;