22 lines
514 B
Bash
22 lines
514 B
Bash
# === Super Sunday PROD Environment ===
|
|
NODE_ENV=production
|
|
PORT=4000
|
|
|
|
# Database
|
|
POSTGRES_DB=supersunday
|
|
POSTGRES_USER=supersunday
|
|
POSTGRES_PASSWORD=postgres
|
|
DATABASE_URL=postgres://supersunday:Sup3rSund@y2025!@db:5432/supersunday
|
|
|
|
# API / Auth
|
|
JWT_SECRET=Sup3rSundayUltraSecretKey_2025
|
|
CORS_ORIGIN=http://localhost
|
|
|
|
# Admin credentials
|
|
ADMIN_EMAIL=admin@supersunday.app
|
|
ADMIN_PASSWORD=4575SataUMGF2026+-PROD
|
|
|
|
# Branding
|
|
APP_NAME="Super Sunday Padel Championship"
|
|
CLUB_NAME="Les Églantiers, Woluwe-Saint-Pierre"
|