23 lines
853 B
Bash
23 lines
853 B
Bash
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/deploy/docker#2-add-the-required-configuration)
|
|
ENCRYPTION_SECRET=hu6MMsdd1saTbtvZ2CmHSTeKOz+FjFzyUQ/F8DlLd0A=
|
|
|
|
#DATABASE_URL=postgresql://postgres:typebot@typebot-db:5432/typebot
|
|
DATABASE_URL=postgresql://automacao:Qgs%23j7Cwugag0dt%2A7pnD7heonoVDg4KpBBEgvLD2@postgres:5432/typebot
|
|
|
|
NODE_OPTIONS=--no-node-snapshot
|
|
|
|
NEXTAUTH_URL=https://builder.omegaflow.com.br
|
|
NEXT_PUBLIC_VIEWER_URL=https://bot.omegaflow.com.br
|
|
|
|
ADMIN_EMAIL=raiffysampaio@gmail.com
|
|
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_USERNAME=raiffysampaio@gmail.com
|
|
SMTP_PASSWORD=shrvljlihelgpqcb
|
|
NEXT_PUBLIC_SMTP_FROM=Omegaflow
|
|
SMTP_PORT=465
|
|
SMTP_SECURE=true
|
|
|
|
S3_SECRET_KEY=F@X6%Z2^Uk3tta!aWvYoivmX
|
|
# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration
|