Files
xevion.dev/.env.example
Xevion af81d8e048 refactor: large refactor around monorepo
Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
2026-01-04 13:18:34 -06:00

17 lines
416 B
Plaintext

# Database
DATABASE_URL=postgresql://user:password@localhost:5432/xevion
# Payload CMS
PAYLOAD_SECRET=development-secret-change-in-production
# R2 Storage (optional for local dev)
R2_ENDPOINT=https://YOUR_ACCOUNT_ID.r2.cloudflarestorage.com
R2_BUCKET_NAME=xevion-media
R2_ACCESS_KEY_ID=your_access_key
R2_SECRET_ACCESS_KEY=your_secret_key
# Application
NODE_ENV=development
PORT=3000
ORIGIN=http://localhost:3000