23 lines
517 B
Bash
23 lines
517 B
Bash
# Runtime
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
|
|
# Next.js
|
|
NEXT_PUBLIC_SITE_URL=https://www.eversolo.com
|
|
|
|
# Payload
|
|
PAYLOAD_SECRET=replace-me-with-a-long-random-string
|
|
DATABASE_URI=postgres://postgres:postgres@localhost:5432/eversoloweb
|
|
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
|