update README.md

This commit is contained in:
fkwp
2024-11-06 20:20:29 +01:00
parent 65742db4f2
commit 2961cfa52c
2 changed files with 75 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ server {
# Note well-known is currently not effective due to:
# https://spec.matrix.org/v1.12/client-server-api/#well-known-uri the spec
# says it must be at https://$server_name/... (implied port 443) Hence, we
# currently rely for local development environment on depricated config.json
# currently rely for local development environment on deprecated config.json
# setting for livekit_service_url
location /.well-known/matrix/client {
return 200 '{"m.homeserver": {"base_url": "http://synapse.localhost:8008"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "http://localhost:8080"}]}';