# ============================================
# PRODUCTION CONFIGURATION - cPanel Deployment
# ============================================

# cPanel PostgreSQL Database
# IMPORTANT: Password is URL-encoded (special characters like &=@()[] must be encoded)
# Original password: nG&R=J7x([CDL@ZT
# URL-encoded: nG%26R%3DJ7x%28%5BCDL%40ZT
DATABASE_URL=postgresql://invade_ibdl_user:nG&R=J7x([CDL@ZT@localhost:5432/invade_ibdl_db

# Secure Session Secret (Generated for production)
SESSION_SECRET=61a43f86e959dff6c51b7a1b6578e9462654a10c18a074e73909937f5e0f2b49

# Node Environment
NODE_ENV=production

# Frontend URL (Production domain)
FRONTEND_URL=https://ibdlportal.invade.solutions

# ============================================
# LOCAL DEVELOPMENT CONFIGURATION (Commented)
# ============================================
# Uncomment these for local development:
# DATABASE_URL=postgresql://postgres:123456789@localhost:5432/ibdl_db
# SESSION_SECRET=local-dev-secret-ok-for-development
# NODE_ENV=development
# FRONTEND_URL=http://localhost:5000
