docs: 📝 Update env var and write Configuration doc
This commit is contained in:
@ -1,16 +1,6 @@
|
||||
ENCRYPTION_SECRET=
|
||||
NEXT_PUBLIC_VIEWER_HOST=http://localhost:3001
|
||||
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
|
||||
DATABASE_URL=postgresql://postgres:@localhost:5432/typebot
|
||||
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
||||
# (Optional) Used for email notifications
|
||||
EMAIL_NOTIFICATIONS_SERVER_USER=username
|
||||
EMAIL_NOTIFICATIONS_SERVER_PASSWORD=password
|
||||
EMAIL_NOTIFICATIONS_SERVER_HOST=smtp.example.com
|
||||
EMAIL_NOTIFICATIONS_SERVER_PORT=587
|
||||
NEXT_PUBLIC_EMAIL_NOTIFICATIONS_FROM_EMAIL=noreply@example.com
|
||||
NEXT_PUBLIC_EMAIL_NOTIFICATIONS_FROM_NAME="John Smith"
|
||||
|
||||
NEXT_PUBLIC_SENTRY_DSN=
|
||||
# For more configuration options check out:
|
||||
https://docs.typebot.io/self-hosting/configuration
|
Reference in New Issue
Block a user