# Application Settings
APP_NAME="Omateq Digitals"
APP_ENV=production
APP_DEBUG=false
APP_URL=https://omateqdigitals.com

# Database Configuration
DB_HOST=localhost
DB_DATABASE=omateqdigitals_production
DB_USERNAME=omateq_user
DB_PASSWORD=your_strong_password_here

# Paystack Configuration
PAYSTACK_PUBLIC_KEY=pk_live_your_live_public_key_here
PAYSTACK_SECRET_KEY=sk_live_your_live_secret_key_here
PAYSTACK_WEBHOOK_SECRET=your_webhook_secret_here

# Email Configuration
MAIL_MAILER=smtp
MAIL_HOST=omateqdigitals.com
MAIL_PORT=465
MAIL_USERNAME=info@omateqdigitals.com
MAIL_PASSWORD="Terminal2025#"
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=info@omateqdigitals.com
MAIL_FROM_NAME="Omateq Digitals"

# File Upload Settings
UPLOAD_MAX_SIZE=104857600
ALLOWED_FILE_TYPES=jpg,jpeg,png,gif,webp,svg,pdf,doc,docx,zip,mp4,mov,avi

# Security Settings
SESSION_LIFETIME=120
SESSION_SECURE=true
SESSION_HTTP_ONLY=true
SESSION_SAME_SITE=strict

# Cache Settings
CACHE_DRIVER=file
CACHE_LIFETIME=3600

# Logging
LOG_LEVEL=error
LOG_CHANNEL=file

# Backup Settings
BACKUP_ENABLED=true
BACKUP_FREQUENCY=daily
BACKUP_RETENTION_DAYS=30

# Monitoring
MONITORING_ENABLED=true
UPTIME_MONITORING=true
ERROR_REPORTING=true
