change public listener url synapse
This commit is contained in:
parent
0ef6b08c42
commit
9f455ec19c
@ -58,7 +58,7 @@ in
|
|||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
server_name = cfg.domain;
|
server_name = cfg.domain;
|
||||||
public_baseurl = cfg.url;
|
public_baseurl = "http://${config.my.ips.wg-server}:${toString cfg.port}";
|
||||||
federation_domain_whitelist = [ ];
|
federation_domain_whitelist = [ ];
|
||||||
allow_public_rooms_without_auth = false;
|
allow_public_rooms_without_auth = false;
|
||||||
allow_public_rooms_over_federation = false;
|
allow_public_rooms_over_federation = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user