19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
# ── Database (Supabase or local PG) ──
|
|
DATABASE_URL=postgresql://postgres:password@localhost:5432/pp_mono
|
|
|
|
# ── Auth.js ──
|
|
AUTH_SECRET=change-me-to-a-random-32-char-string
|
|
|
|
# ── GitHub OAuth ──
|
|
AUTH_GITHUB_ID=
|
|
AUTH_GITHUB_SECRET=
|
|
|
|
# ── Google OAuth ──
|
|
AUTH_GOOGLE_ID=
|
|
AUTH_GOOGLE_SECRET=
|
|
|
|
# ── App ──
|
|
PORT=3000
|
|
LOG_LEVEL=debug
|
|
CORS_ORIGIN=http://localhost:5173
|