2
0
Files
bot/apps/builder/.env.local.example

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-02-10 17:13:57 +01:00
DATABASE_URL=postgresql://postgres:@localhost:5432/typebot
2021-11-29 15:19:07 +01:00
2022-02-11 15:30:02 +01:00
ENCRYPTION_SECRET=q3t6v9y$B&E)H@McQfTjWnZr4u7x!z%C #256-bits secret (can be generated here: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx)
2021-12-06 15:48:50 +01:00
NEXTAUTH_URL=http://localhost:3000
2021-11-29 15:19:07 +01:00
# Used for email auth and email notifications
AUTH_EMAIL_SERVER_USERNAME=username
AUTH_EMAIL_SERVER_PASSWORD=password
AUTH_EMAIL_SERVER_HOST=smtp.example.com
AUTH_EMAIL_SERVER_PORT=587
AUTH_EMAIL_FROM_EMAIL=noreply@example.com
AUTH_EMAIL_FROM_NAME="John Smith"
NEXT_PUBLIC_EMAIL_NOTIFICATIONS_FROM_EMAIL=
2021-11-29 15:19:07 +01:00
# Storage
# Used for uploading images, videos, etc...
S3_ACCESS_KEY=minio
S3_SECRET_KEY=minio123
S3_BUCKET=typebot
S3_PORT=9000
S3_ENDPOINT=localhost
S3_SSL=false
# S3_REGION=
# Auth
2021-11-29 15:19:07 +01:00
# (Optional) Used to login using GitHub
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# (Optional) Used to login using Google AND Google Sheets integration
2021-11-29 15:19:07 +01:00
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# (Optional) Used to login using Facebook
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
2021-12-27 15:59:32 +01:00
# (Optional) Subscription Payment
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
STRIPE_PRICE_USD_ID=
STRIPE_PRICE_EUR_ID=
2021-12-27 15:59:32 +01:00
STRIPE_WEBHOOK_SECRET=
2022-01-20 16:14:47 +01:00
# (Optional) Used for GIF search
NEXT_PUBLIC_GIPHY_API_KEY=
2022-02-10 17:13:57 +01:00
NEXT_PUBLIC_VIEWER_HOST=http://localhost:3001
2022-02-14 10:57:57 +01:00
# (Optional) Error tracking with Sentry
NEXT_PUBLIC_SENTRY_DSN=
2022-02-18 14:57:10 +01:00
# Vercel
VERCEL_TOKEN=
VERCEL_VIEWER_PROJECT_NAME=
VERCEL_TEAM_ID=