mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
📝 (webhook) Add PartyKit configuration instructions
This commit is contained in:
parent
59c0ea03cf
commit
1f6a72ba80
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user