fix(chat): correct .well-known URLs #15
|
@ -77,6 +77,10 @@ in {
|
||||||
global = {
|
global = {
|
||||||
server_name = cfg.domain;
|
server_name = cfg.domain;
|
||||||
allow_registration = false;
|
allow_registration = false;
|
||||||
|
well_known = {
|
||||||
|
server = "matrix.auxolotl.org:443";
|
||||||
|
client = "https://matrix.auxolotl.org";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue