Change posthog key and host to selfhosted instance (#775)

* change posthog key and host

* Refresh Key

* change key again
This commit is contained in:
Timo 2022-12-22 19:59:29 +01:00 committed by GitHub
parent 891ff86b49
commit 0488cbdd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",