📝 (webhook) Add PartyKit configuration instructions

This commit is contained in:
Baptiste Arnaud 2024-10-07 12:02:02 +02:00
parent 59c0ea03cf
commit 1f6a72ba80
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View File

@ -17,4 +17,6 @@ S3_SSL=false
NODE_OPTIONS=--no-node-snapshot
NEXT_PUBLIC_PARTYKIT_HOST=localhost:1999
# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration

View File

@ -317,6 +317,14 @@ In Typebot, Redis is optional and is used to:
| --------- | ------- | -------------------------------------------------------------------- |
| REDIS_URL | | The database URL. i.e. `redis://<username>:<password>@<host>:<port>` |
## PartyKit
PartyKit is optional and is used to make the webhook block work. The PartyKit configuration is located in `packages/partykit` folder. You can deploy the server into production using `bun deploy`. You can find more information about PartyKit deployment in their [official documentation](https://docs.partykit.io/guides/deploying-your-partykit-server/).
| Parameter | Default | Description |
| ------------------------- | ------- | ----------------------------------------- |
| NEXT_PUBLIC_PARTYKIT_HOST | | PartyKit host. i.e. `partykit.typebot.io` |
## Others
The [official Typebot managed service](https://app.typebot.io/) uses other services such as [Stripe](https://stripe.com/) for processing payments, [Sentry](https://sentry.io/) for tracking bugs and [Sleekplan](https://sleekplan.com/) for user feedbacks.