# Database Configuration
DB_HOST=localhost
DB_USER=bofilbh_bofil_user
DB_PASSWORD=MurgaDrot1!
DB_NAME=bofilbh_bofil_app
DB_PORT=3306

# JWT Configuration
JWT_SECRET=bofil-secret-key-change-this-to-random-string-2024-xyz
JWT_EXPIRE=7d

# Server Configuration
PORT=3000
NODE_ENV=production

# CORS Origins
ALLOWED_ORIGINS=https://logistic.bofil-bh.com,http://localhost:19006

# API Keys (if you're using Claude API)
CLAUDE_API_KEY=your_claude_api_key_if_needed