2022-03-13 08:56:10 +01:00
|
|
|
ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 #256-bits secret (can be generated here: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx)
|
|
|
|
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
|
2022-03-18 12:30:42 +01:00
|
|
|
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
|
2022-08-06 08:01:01 +02:00
|
|
|
NEXTAUTH_URL=http://localhost:3000
|
2022-02-10 17:13:57 +01:00
|
|
|
|
2022-06-12 17:34:33 +02:00
|
|
|
S3_ACCESS_KEY=minio
|
|
|
|
S3_SECRET_KEY=minio123
|
|
|
|
S3_BUCKET=typebot
|
|
|
|
S3_PORT=9000
|
|
|
|
S3_ENDPOINT=localhost
|
|
|
|
S3_SSL=false
|
|
|
|
|
2022-03-13 08:56:10 +01:00
|
|
|
# For more configuration options check out:
|
2022-06-12 17:34:33 +02:00
|
|
|
# https://docs.typebot.io/self-hosting/configuration
|