# Database Configuration
DB_HOST=localhost
DB_NAME=wavejtpe_masm_backend
DB_USER=wavejtpe_user
DB_PASSWORD=ANDREW@andrew2002
MYSQL_ROOT_PASSWORD=ANDREW@andrew2002
# JWT Configuration
JWT_SECRET=super-secret-jwt-key-ems-app-production-2026-random-string
JWT_EXPIRES_IN=24h

# Server Configuration
NODE_ENV=production
PORT=4000
HOST=0.0.0.0
APP_PROTOCOL=http
