dev (#2)
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 36s
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 36s
Co-authored-by: Frank John Begornia <frank.begornia@yahoo.com> Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
13
.env.docker
Normal file
13
.env.docker
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user