🚀 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

8
.env
View File

@@ -1,20 +1,20 @@
# === Super Sunday PROD Environment ===
NODE_ENV=production
PORT=8080
PORT=4000
# Database
POSTGRES_DB=supersunday
POSTGRES_USER=supersunday
POSTGRES_PASSWORD=Sup3rSund@y2025!
POSTGRES_PASSWORD=postgres
DATABASE_URL=postgres://supersunday:Sup3rSund@y2025!@db:5432/supersunday
# API / Auth
JWT_SECRET=Sup3rSundayUltraSecretKey_2025
CORS_ORIGIN=http://localhost:8080
CORS_ORIGIN=http://localhost
# Admin credentials
ADMIN_EMAIL=admin@supersunday.app
ADMIN_PASSWORD=ChangeMeNow!42
ADMIN_PASSWORD=4575SataUMGF2026+-PROD
# Branding
APP_NAME="Super Sunday Padel Championship"