🚀 Patch auto

This commit is contained in:
karim hassan
2025-08-24 23:00:40 +00:00
parent 92e6afff00
commit f1103d67a0
1314 changed files with 2511 additions and 562 deletions

14
backend/.env Normal file
View File

@@ -0,0 +1,14 @@
# --- 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