# Secret key for encryption
ENCRYPTION_SECRET=KPOUyIj9sZIafK2s+M61IDQOT5e6bYC6

# PostgreSQL connection string
DATABASE_URL=postgresql://postgres:typebot@typebot-db:5432/typebot

# Optimize Node.js memory usage
NODE_OPTIONS=--no-node-snapshot

# Typebot URLs
# NEXTAUTH_URL=http://localhost:8080
# NEXTAUTH_URL=http://192.168.42.125:8080
NEXTAUTH_URL=https://typebot.lotimmy.com/
NEXT_PUBLIC_VIEWER_URL=http://localhost:8081

# Authentication settings
NEXTAUTH_SECRET=1sHGd7/dj2ex5utL9ii+sjITsZk8NeTYqmxktK+FjTQ=
ADMIN_EMAIL=admin@example.com
AUTH_EMAIL=true

# SMTP settings for email verification
SMTP_HOST=192.168.42.107  # Change this to your SMTP server
SMTP_PORT=1025  # Use 465 for SSL, 587 for TLS, 25 for non-encrypted
NEXT_PUBLIC_SMTP_FROM="Typebot Notifications <your-email@example.com>"
SMTP_SECURE=false  # Set to true for SSL

SMTP_USERNAME=none
SMTP_PASSWORD=none

S3_ENDPOINT=192.168.42.125
S3_PORT=9000
S3_SSL=false
S3_REGION=us-east-1
S3_BUCKET=typebot-storage
S3_ACCESS_KEY=minioAdmin
S3_SECRET_KEY=G0dM!nS3cr3t2025


ENABLE_PAYMENTS=false

# Disable third-party logins
AUTH_GOOGLE=false
AUTH_GITHUB=false
AUTH_FACEBOOK=false