From 0488cbdd8c58a3d3ab16917164022c3ebdc615a4 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Thu, 22 Dec 2022 19:59:29 +0100 Subject: [PATCH] Change posthog key and host to selfhosted instance (#775) * change posthog key and host * Refresh Key * change key again --- config/element_io_develop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/element_io_develop.json b/config/element_io_develop.json index caeddc6..a34bf0f 100644 --- a/config/element_io_develop.json +++ b/config/element_io_develop.json @@ -6,8 +6,8 @@ } }, "posthog": { - "api_key": "phc_MhClVy9DiV20vazSYIiedFkM5Xi3z1LPBwrdn9PYZQQ", - "api_host": "https://app.posthog.com" + "api_key": "phc_eKb9HoAr83OmcDiU9jt7QSIcCz5EDWCFvQfvQ3uh98T", + "api_host": "https://posthog-element-call.element.io" }, "sentry": { "environment": "main-branch-cd",