We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31577d7 commit acc0b64Copy full SHA for acc0b64
config/config.sample.json
@@ -1,10 +1,13 @@
1
{
2
"default_server_config": {
3
"m.homeserver": {
4
- "base_url": "http://synapse.localhost:8008",
5
- "server_name": "synapse.localhost"
+ "base_url": "https://mydomain.com",
+ "server_name": "mydomain.com"
6
}
7
},
8
+ "livekit": {
9
+ "livekit_service_url": "https://livekit-jwt.mydomain.com"
10
+ },
11
"features": {
12
"feature_use_device_session_member_events": true
13
0 commit comments