Files
wedding-planner/.env.example
2025-06-30 21:39:23 -04:00

21 lines
475 B
Plaintext

# Database
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=wedding_planner
POSTGRES_HOST=postgres
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}
# App Config
NEXTAUTH_SECRET=your-secret
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# SMTP (optional)
SMTP_HOST=smtpserver
SMTP_PORT=587
SMTP_USER=user
SMTP_PASS=password
SMTP_FROM_NAME=Wedding Planner
SMTP_FROM_EMAIL=email