2023-08-28 09:13:53 +02:00
|
|
|
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration)
|
|
|
|
ENCRYPTION_SECRET=do+UspMmB/rewbX2K/rskFmtgGSSZ8Ta
|
|
|
|
|
|
|
|
DATABASE_URL=postgresql://postgres:typebot@typebot-db:5432/typebot
|
|
|
|
|
2024-07-11 16:09:49 +02:00
|
|
|
NODE_OPTIONS=--no-node-snapshot
|
|
|
|
|
2023-08-28 09:13:53 +02:00
|
|
|
NEXTAUTH_URL=
|
|
|
|
NEXT_PUBLIC_VIEWER_URL=
|
|
|
|
|
|
|
|
ADMIN_EMAIL=
|
|
|
|
# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration
|