Set up a working conduwuit server #2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
settings.global = {
|
settings.global = {
|
||||||
server_name = "collective-conciousness.monster";
|
server_name = "collective-conciousness.monster";
|
||||||
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