8 lines
170 B
Bash
8 lines
170 B
Bash
APP_ENV=production
|
|
APP_PORT=8071
|
|
DB_PORT=3307
|
|
G5_MYSQL_DB=egbim
|
|
G5_MYSQL_USER=egbim
|
|
G5_MYSQL_PASSWORD=change-me
|
|
MARIADB_ROOT_PASSWORD=change-me
|
|
COMPOSE_PROJECT_NAME=egbim |