# Environment Configuration
# Copy this file to your server and update values

# Database Configuration
DB_HOST=localhost
DB_NAME=transubd_PointageBus
DB_USER=transubd_transub_user
DB_PASS=Tr@nsub2@24

# JWT Configuration
JWT_SECRET=your_super_secure_jwt_secret_key_here_minimum_32_characters
JWT_EXPIRATION=3600

# Encryption Configuration (Generated automatically)
ENCRYPTION_KEY=a3711282b119f016dd4b390730c2670da2f284a86b8c6835ac9073f425369c0e

# App Configuration
APP_ENV=production
APP_DEBUG=false
APP_URL=https://api.transub.dz

# Security Configuration
RATE_LIMIT_REQUESTS=100
RATE_LIMIT_WINDOW=60

# Email Configuration (optional)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
