From f2c3f880c711e3f9c6e3aacb8f829e67bed2ef1a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 25 Mar 2022 10:34:25 +0000 Subject: [PATCH] Update Posthog URLs (#21559) --- element.io/app/config.json | 2 +- element.io/develop/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 6b94699ef1..a5ee01f9c7 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -52,7 +52,7 @@ }, "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", - "apiHost": "https://posthog.hss.element.io" + "apiHost": "https://posthog.element.io" }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" } diff --git a/element.io/develop/config.json b/element.io/develop/config.json index e945556c9d..4be795fd3f 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -56,7 +56,7 @@ }, "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", - "apiHost": "https://posthog.hss.element.io" + "apiHost": "https://posthog.element.io" }, "features": { "feature_spotlight": true