PORT=8080
NODE_ENV=development

# Database Configuration
DB_HOST=localhost
DB_USER=derroh_node
DB_PASSWORD=rmpwF5uHhb6EfaUxewb9
DB_DATABASE=derroh_node
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://node.derrohtest.name.ng
