This commit is contained in:
@@ -5,12 +5,10 @@ let
|
||||
matrixDomain = "matrix.atri.dad";
|
||||
matrixRtcDomain = "matrixrtc.atri.dad";
|
||||
|
||||
# .well-known/matrix/server JSON (served from atri.dad for delegation)
|
||||
wellKnownServer = builtins.toJSON {
|
||||
"m.server" = "${matrixDomain}:443";
|
||||
};
|
||||
|
||||
# .well-known/matrix/client JSON (served from atri.dad for delegation)
|
||||
wellKnownClient = builtins.toJSON {
|
||||
"m.homeserver" = {
|
||||
base_url = "https://${matrixDomain}";
|
||||
|
||||
Reference in New Issue
Block a user