Shumiland/.env.example
Vadym Samoilenko ae9a7cff11
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions
chore: add env files to repo (private repo)
2026-05-09 19:21:24 +01:00

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=