2
0

👷 Add posthog keys to github secrets

This commit is contained in:
Baptiste Arnaud
2024-02-03 11:35:04 +01:00
parent b9183f9a36
commit 9f0c6b3cc4
3 changed files with 6 additions and 8 deletions

View File

@ -297,10 +297,10 @@ The related environment variables are listed here but you are probably not inter
<Accordion title="Telemetry">
| Parameter | Default | Description |
| ------------------------------ | ------- | --------------------------------------------------------------------------------------------------------------- |
| TELEMETRY_WEBHOOK_URL | | Webhook URL called whenever a new telemetry event is captured. See this file that lists all the possible events |
| TELEMETRY_WEBHOOK_BEARER_TOKEN | | Bearer token to add if the request needs to be authenticated |
| Parameter | Default | Description |
| ------------------------ | ------- | ------------------------------------------------------- |
| MESSAGE_WEBHOOK_URL | | Webhook URL called to receive important system messages |
| USER_CREATED_WEBHOOK_URL | | Webhook URL called whenever a new user is created |
</Accordion>