mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 14:26:37 -06:00
Just a commit point while I'm testing stuff. Already decided at this point to simplify and revert away from PayloadCMS.
17 lines
416 B
Plaintext
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
|