Update build configuration files
This commit is contained in:
parent
1e1b3af879
commit
d18bf2242f
2 changed files with 19 additions and 0 deletions
|
@ -12,3 +12,7 @@ export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost"
|
|||
export MYSQL_DATABASE=app
|
||||
export MYSQL_PASSWORD=app
|
||||
export MYSQL_USER=app
|
||||
|
||||
export DB_NAME="$MYSQL_DATABASE"
|
||||
export DB_PASSWORD="$MYSQL_PASSWORD"
|
||||
export DB_USER="$MYSQL_USER"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue