mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
26 lines
687 B
JSON
26 lines
687 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://call-unstable.ems.host",
|
|
"server_name": "call-unstable.ems.host"
|
|
}
|
|
},
|
|
"livekit": {
|
|
"livekit_service_url": "https://livekit-jwt.call.element.dev"
|
|
},
|
|
"features": {
|
|
"feature_use_device_session_member_events": true
|
|
},
|
|
"posthog": {
|
|
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
|
|
"api_host": "https://posthog-element-call.element.io"
|
|
},
|
|
"rageshake": {
|
|
"submit_url": "https://element.io/bugreports/submit"
|
|
},
|
|
"sentry": {
|
|
"environment": "netlify-pr-preview",
|
|
"DSN": "https://b1e328d49be3402ba96101338989fb35@sentry.tools.element.io/41"
|
|
}
|
|
}
|