mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-04 05:37:22 +00:00
adapt config.sample.json to development environment settings
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://call.ems.host",
|
||||
"server_name": "call.ems.host"
|
||||
"base_url": "http://synapse.localhost:8008",
|
||||
"server_name": "synapse.localhost"
|
||||
}
|
||||
},
|
||||
"livekit": {
|
||||
"livekit_service_url": "http://localhost:7881"
|
||||
"livekit_service_url": "http://localhost:8080"
|
||||
},
|
||||
"features": {
|
||||
"feature_use_device_session_member_events": true
|
||||
|
||||
Reference in New Issue
Block a user