Change posthog key and host to selfhosted instance (#775)
* change posthog key and host * Refresh Key * change key again
This commit is contained in:
parent
891ff86b49
commit
0488cbdd8c
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue