Set up a working conduwuit server #2

Merged
Ittihadyya merged 22 commits from conduit into trunk 2025-01-13 19:24:42 +02:00
Showing only changes of commit adbd18e34d - Show all commits

View file

@ -11,7 +11,7 @@
settings.global = {
server_name = "collective-conciousness.monster";
max_request_size = 1024 * 1024 * 1024;
address = ["127.0.0.1"];
#address = ["127.0.0.1"];
port = [7893];
# database_path = lib.mkForce "/var/services/conduwuit/";
};