adapt config.sample.json to development environment settings

This commit is contained in:
fkwp 2024-11-05 00:36:18 +01:00
parent 82c6db1f94
commit c33c703570

View File

@ -1,12 +1,12 @@
{ {
"default_server_config": { "default_server_config": {
"m.homeserver": { "m.homeserver": {
"base_url": "https://call.ems.host", "base_url": "http://synapse.localhost:8008",
"server_name": "call.ems.host" "server_name": "synapse.localhost"
} }
}, },
"livekit": { "livekit": {
"livekit_service_url": "http://localhost:7881" "livekit_service_url": "http://localhost:8080"
}, },
"features": { "features": {
"feature_use_device_session_member_events": true "feature_use_device_session_member_events": true