Skip to content

Commit acc0b64

Browse files
escixhughns
andauthored
Update config.sample.json (#3001)
Co-authored-by: Hugh Nimmo-Smith <[email protected]> Co-authored-by: Hugh Nimmo-Smith <[email protected]>
1 parent 31577d7 commit acc0b64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/config.sample.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"default_server_config": {
33
"m.homeserver": {
4-
"base_url": "http://synapse.localhost:8008",
5-
"server_name": "synapse.localhost"
4+
"base_url": "https://mydomain.com",
5+
"server_name": "mydomain.com"
66
}
77
},
8+
"livekit": {
9+
"livekit_service_url": "https://livekit-jwt.mydomain.com"
10+
},
811
"features": {
912
"feature_use_device_session_member_events": true
1013
},

0 commit comments

Comments
 (0)