stuff
This commit is contained in:
parent
2f6d67c64a
commit
92e2152a19
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
BASE_URL = "https://${virtualHostName}";
|
BASE_URL = "https://${virtualHostName}";
|
||||||
ALLOW_SIGNUP = false;
|
ALLOW_SIGNUP = "false";
|
||||||
};
|
};
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
port = 8040;
|
port = 8040;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue