9 lines
248 B
Bash
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
|