# Application Configuration APP_ENV=production APP_DEBUG=false APP_KEY=base64:YOUR_APP_KEY_HERE APP_URL=https://merchbay.com # Database Configuration - External MySQL DB_CONNECTION=mysql DB_HOST=your-mysql-host DB_PORT=3306 DB_DATABASE=merchbay_admin DB_USERNAME=your-mysql-user DB_PASSWORD=your-mysql-password # Traefik Domain Configuration DOMAIN=merchbay.com # Cache & Session CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync # Redis (Optional) REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 # Mail Configuration MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null