Merge pull request #2498 from element-hq/fkwp/cleanup_config
Fkwp/cleanup config
This commit is contained in:
2
.github/workflows/netlify.yaml
vendored
2
.github/workflows/netlify.yaml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects
|
run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects
|
||||||
|
|
||||||
- name: Add config file
|
- name: Add config file
|
||||||
run: curl -s "https://raw.githubusercontent.com/${{ inputs.pr_head_full_name }}/${{ inputs.pr_head_ref }}/config/element_io_preview.json" > webapp/config.json
|
run: curl -s "https://raw.githubusercontent.com/${{ inputs.pr_head_full_name }}/${{ inputs.pr_head_ref }}/config/config_netlify_preview.json" > webapp/config.json
|
||||||
|
|
||||||
- name: ☁️ Deploy to Netlify
|
- name: ☁️ Deploy to Netlify
|
||||||
id: netlify
|
id: netlify
|
||||||
|
|||||||
@@ -8,5 +8,8 @@
|
|||||||
"livekit": {
|
"livekit": {
|
||||||
"livekit_service_url": "http://localhost:7881"
|
"livekit_service_url": "http://localhost:7881"
|
||||||
},
|
},
|
||||||
|
"features": {
|
||||||
|
"feature_use_device_session_member_events": true
|
||||||
|
},
|
||||||
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
"livekit": {
|
"livekit": {
|
||||||
"livekit_service_url": "https://livekit-jwt.call.element.dev"
|
"livekit_service_url": "https://livekit-jwt.call.element.dev"
|
||||||
},
|
},
|
||||||
|
"features": {
|
||||||
|
"feature_use_device_session_member_events": true
|
||||||
|
},
|
||||||
"posthog": {
|
"posthog": {
|
||||||
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
|
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
|
||||||
"api_host": "https://posthog-element-call.element.io"
|
"api_host": "https://posthog-element-call.element.io"
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"default_server_config": {
|
|
||||||
"m.homeserver": {
|
|
||||||
"base_url": "https://call.ems.host",
|
|
||||||
"server_name": "call.ems.host"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"posthog": {
|
|
||||||
"api_key": "phc_rXGHx9vDmyEvyRxPziYtdVIv0ahEv8A9uLWFcCi1WcU",
|
|
||||||
"api_host": "https://posthog-element-call.element.io"
|
|
||||||
},
|
|
||||||
"sentry": {
|
|
||||||
"environment": "main-branch-cd",
|
|
||||||
"DSN": "https://b1e328d49be3402ba96101338989fb35@sentry.matrix.org/41"
|
|
||||||
},
|
|
||||||
"rageshake": {
|
|
||||||
"submit_url": "https://element.io/bugreports/submit"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user