Close up synapse manholes

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-16 17:37:48 +02:00
parent 42c6068f6c
commit 8a45acefa6
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 10 additions and 10 deletions

View file

@ -39,11 +39,11 @@ makeSystem {
} }
]; ];
} }
{ # {
port = 9000; # port = 9000;
bind_addresses = [ "127.0.0.1" ]; # bind_addresses = [ "127.0.0.1" ];
type = "manhole"; # type = "manhole";
} # }
]; ];
worker_log_config = logConfig pkgs; worker_log_config = logConfig pkgs;

View file

@ -50,11 +50,11 @@ makeSystem {
compress = false; compress = false;
}; };
} }
{ # {
port = 9000; # port = 9000;
bind_addresses = [ "127.0.0.1" ]; # bind_addresses = [ "127.0.0.1" ];
type = "manhole"; # type = "manhole";
} # }
]; ];
public_baseurl = "https://matrix.redalder.org/"; public_baseurl = "https://matrix.redalder.org/";