16 lines
1.2 KiB
Text
16 lines
1.2 KiB
Text
# ─── Database ────────────────────────────────────────────────────────────────
|
|
# PostgreSQL connection string (required)
|
|
DATABASE_URL=postgresql://shumiland:shumiland@localhost:5432/shumiland
|
|
|
|
# ─── Payload CMS ─────────────────────────────────────────────────────────────
|
|
# Secret used to sign JWTs and encrypt data (required, min 32 chars)
|
|
PAYLOAD_SECRET=change-me-to-a-random-32-char-string
|
|
|
|
# ─── Next.js ─────────────────────────────────────────────────────────────────
|
|
# Public server URL (used by Payload for absolute URLs in admin & API)
|
|
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
|
|
|
# ─── Node ─────────────────────────────────────────────────────────────────────
|
|
NODE_ENV=development
|
|
|
|
REVALIDATE_SECRET=
|