.
This commit is contained in:
parent
195fe024ca
commit
7d7ea0f295
3 changed files with 16 additions and 12 deletions
|
|
@ -28,17 +28,16 @@
|
|||
turn_secret_file = config.sops.secrets."coturn/auth_secret_home".path;
|
||||
turn_ttl = 86400;
|
||||
|
||||
matrix_rtc.foci = [];
|
||||
matrix_rtc.foci = [
|
||||
{
|
||||
type = "livekit";
|
||||
livekit_service_url = "https://lk-jwt.ellie.town";
|
||||
}
|
||||
];
|
||||
|
||||
well_known = {
|
||||
client = "https://matrix.ellie.town";
|
||||
server = "matrix.ellie.town:443";
|
||||
rtc_focus_server_urls = [
|
||||
{
|
||||
type = "livekit";
|
||||
livekit_service_url = "https://lk-jwt.ellie.town";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue