Files
element-call/config/config_netlify_preview.json

26 lines
687 B
JSON
Raw Normal View History

2022-12-21 12:08:08 +00:00
{
"default_server_config": {
"m.homeserver": {
2023-08-28 16:49:03 +02:00
"base_url": "https://call-unstable.ems.host",
"server_name": "call-unstable.ems.host"
2022-12-21 12:08:08 +00:00
}
},
2023-06-07 20:16:24 +02:00
"livekit": {
2023-07-12 15:01:16 +01:00
"livekit_service_url": "https://livekit-jwt.call.element.dev"
},
2024-07-24 12:19:36 +02:00
"features": {
2024-07-24 13:00:13 +02:00
"feature_use_device_session_member_events": true
2024-07-24 12:19:36 +02:00
},
2023-01-26 14:59:54 +00:00
"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"
2022-12-21 12:08:08 +00:00
}
}