# Server
PORT=7007

# JWT (MUST be same as CI4)
JWT_SECRET=enMB8ms2Nh8RNz7nRKrGTiMRG9aRPp8G5d

# Environment
NODE_ENV=development

# ERP (PHP) — names and canonical IDs must come from this DB, not Node's local copy
ERP_API_BASE=http://192.168.29.118/aips_28/

# Database Configuration (active)
DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=
DB_NAME=aips_latest
DB_PORT=3306

# Database Configuration (alternate - uncomment to use)
# DB_HOST=192.168.29.250
# DB_USER=node
# DB_PASSWORD=1234
# DB_NAME=sparkle_prod
# DB_PORT=3306
