# =============================================================================
# Pep's Restaurant — Production Backend Environment
# Subdomain: peps.impactcareerpoint.com
# =============================================================================

# Server
PORT=4000
NODE_ENV=production

# Database
DB_HOST=localhost
DB_PORT=3306
DB_NAME=impactca_pepspizza
DB_USER=impactca_peps
DB_PASSWORD=4$Tmf#1I[H^}

# Authentication
JWT_SECRET=fe3545849fa73366cd08cab6a5b4ae572fa70458ea5520bce5de1d0dded8af69ea5298b7c9b2ca9a4d4660aa4aab50ffc699ac40ee4bfafee30a631598ea0d4c
JWT_EXPIRES_IN=8h

# Security
BCRYPT_COST=12

# CORS — your actual subdomain
CORS_ORIGIN=https://peps.impactcareerpoint.com
