mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
add dedicated config for local development environment
This commit is contained in:
parent
4877474b7d
commit
bf4596dfc5
15
config/config.devenv.json
Normal file
15
config/config.devenv.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "http://synapse.localhost:8008",
|
||||
"server_name": "synapse.localhost"
|
||||
}
|
||||
},
|
||||
"livekit": {
|
||||
"livekit_service_url": "http://localhost:8080"
|
||||
},
|
||||
"features": {
|
||||
"feature_use_device_session_member_events": true
|
||||
},
|
||||
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
||||
}
|
Loading…
Reference in New Issue
Block a user