PORT=3000
NODE_ENV=development

# Database Configuration
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=your_password
DB_DATABASE=auth_system
DB_POOL_LIMIT=10

# Session Configuration
SESSION_SECRET=your_session_secret_key_here_change_this

# Email Configuration (Custom SMTP)
EMAIL_HOST=gra110.truehost.cloud
EMAIL_PORT=587
EMAIL_SECURE=false
EMAIL_USER=info@derroh.name.ng
EMAIL_PASS=scPZiLxL3Urw91

# Token Configuration
RESET_TOKEN_EXPIRY=3600000

# Application URL
APP_URL=http://localhost:3000
