# Database Configuration
DB_HOST=localhost
DB_USER=blacoult_userman
DB_PASS=cpsess3603996486/frontend/jupit
DB_NAME=blacoult_dbworks

# Application Configuration
SITE_NAME=Business Panel
SITE_URL=http://panel.rentwise.site

# Security
ENCRYPTION_KEY=your-32-character-secret-key-here
SESSION_LIFETIME=1800

# Email (optional)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password
