🚀 Patch auto
This commit is contained in:
8
.env
8
.env
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user