Mise à jour : dernières modifs
This commit is contained in:
21
.env.prod
Normal file
21
.env.prod
Normal file
@@ -0,0 +1,21 @@
|
||||
# === Super Sunday PROD Environment ===
|
||||
NODE_ENV=production
|
||||
PORT=8080
|
||||
|
||||
# Database
|
||||
POSTGRES_DB=supersunday
|
||||
POSTGRES_USER=supersunday
|
||||
POSTGRES_PASSWORD=Sup3rSund@y2025!
|
||||
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=ChangeMeNow!42
|
||||
|
||||
# Branding
|
||||
APP_NAME="Super Sunday Padel Championship"
|
||||
CLUB_NAME="Les Églantiers, Woluwe-Saint-Pierre"
|
||||
Reference in New Issue
Block a user