This commit is contained in:
parent
90ab187a15
commit
95c7651fe9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
server_name = "noösphere";
|
server_name = "noösphere";
|
||||||
max_request_size = 1024 * 1024 * 1024;
|
max_request_size = 1024 * 1024 * 1024;
|
||||||
address = ["127.0.0.1"];
|
address = ["127.0.0.1"];
|
||||||
port = 7893;
|
port = [7893];
|
||||||
# database_path = lib.mkForce "/var/services/conduwuit/";
|
# database_path = lib.mkForce "/var/services/conduwuit/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue