Files
SuperSunday/backend/.env
karim hassan f1103d67a0 🚀 Patch auto
2025-08-24 23:00:40 +00:00

15 lines
238 B
Bash

# --- Backend API ---
PORT=4000
# --- Postgres ---
PGHOST=db
PGUSER=postgres
PGPASSWORD=postgres
PGDATABASE=supersunday
PGPORT=5432
# --- Admin auth ---
ADMIN_EMAIL=admin@supersunday.local
ADMIN_PASSWORD=changeme
JWT_SECRET=supersecret