14 lines
358 B
Docker
14 lines
358 B
Docker
# Docker Environment Variables
|
|
# Copy this file and configure for your external MySQL database
|
|
|
|
# Database Configuration - Update these to connect to your external MySQL
|
|
DB_HOST=your-mysql-host
|
|
DB_PORT=3306
|
|
DB_DATABASE=merchbay_admin
|
|
DB_USERNAME=your-mysql-user
|
|
DB_PASSWORD=your-mysql-password
|
|
|
|
# Application Configuration
|
|
APP_ENV=production
|
|
APP_DEBUG=false
|