From 8978f94fe47b45c38fc5178274978883ab42a2d4 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 27 Mar 2023 09:12:32 -0400 Subject: [PATCH] Add temporary config --- public/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/config.json diff --git a/public/config.json b/public/config.json new file mode 100644 index 00000000..3e7b409c --- /dev/null +++ b/public/config.json @@ -0,0 +1,19 @@ +{ + "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" + } +}