Files
website/.env.example
T
2026-04-28 01:10:05 +08:00

9 lines
248 B
Bash

# 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