Files
website/.env.example
T
2026-04-29 14:23:00 +08:00

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