Files
website/.env.example
T

13 lines
289 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