Files
website/.env.example
T

23 lines
517 B
Bash
Raw Normal View History

2026-04-29 14:23:00 +08:00
# Runtime
NODE_ENV=production
PORT=3000
2026-04-23 01:08:18 +08:00
# Next.js
2026-04-28 01:09:17 +08:00
NEXT_PUBLIC_SITE_URL=https://www.eversolo.com
2026-04-23 01:08:18 +08:00
# Payload
PAYLOAD_SECRET=replace-me-with-a-long-random-string
DATABASE_URI=postgres://postgres:postgres@localhost:5432/eversoloweb
2026-04-28 01:09:17 +08:00
PAYLOAD_DB_PUSH=false
PAYLOAD_RUN_MIGRATIONS_ON_START=false
# SMTP notifications
SMTP_HOST=
SMTP_PORT=2525
SMTP_SECURE=false
SMTP_USER=
SMTP_PASS=
SMTP_FROM="Eversolo Website <postmaster@mg.zidoo.tv>"
AFTER_SERVICE_NOTIFY_EMAIL=service@eversolo.com
SALES_NOTIFY_EMAIL=sales@eversolo.com