Files
softvowels-webpage/apps/cms/.env.example
T
2026-06-17 23:58:51 +05:30

13 lines
425 B
Bash

# Payload (used for local dev via `pnpm dev:cms`)
PAYLOAD_SECRET=change-me-to-a-long-random-string
DATABASE_URI=postgres://payload:payload@localhost:5432/softvowels
# Public origin of the admin UI
PAYLOAD_PUBLIC_SERVER_URL=https://cms.softvowels.example
SERVER_URL=https://cms.softvowels.example
# Origins allowed to call the API (Astro public site)
CORS_ORIGINS=https://softvowels.example,http://localhost:4321
PORT=3000