2023-07-16 18:21:24 +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)
|
2023-07-18 14:54:11 +02:00
|
|
|
ENCRYPTION_SECRET=H+KbL/OFrqbEuDy/1zX8bsPG+spXri3S
|
2023-08-28 09:13:53 +02:00
|
|
|
|
|
|
|
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
|
|
|
|
|
2021-12-06 15:48:50 +01:00
|
|
|
NEXTAUTH_URL=http://localhost:3000
|
2022-03-13 08:56:10 +01:00
|
|
|
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
|
2021-12-06 15:48:50 +01:00
|
|
|
|
2022-05-30 16:40:13 +02:00
|
|
|
GITHUB_CLIENT_ID=534b549dd17709a743a2
|
2022-04-12 14:58:55 -05:00
|
|
|
GITHUB_CLIENT_SECRET=7adb03507504fb1a54422f6c3c697277cfd000a9
|
|
|
|
|
2022-03-02 17:35:57 +01:00
|
|
|
S3_ACCESS_KEY=minio
|
|
|
|
S3_SECRET_KEY=minio123
|
|
|
|
S3_BUCKET=typebot
|
|
|
|
S3_PORT=9000
|
|
|
|
S3_ENDPOINT=localhost
|
|
|
|
S3_SSL=false
|
2022-02-18 14:57:10 +01:00
|
|
|
|
2023-08-28 09:13:53 +02:00
|
|
|
# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration
|