Skip to content

Commit

Permalink
build(docker): opt in to new database credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Apr 16, 2023
1 parent 1d08157 commit 3f49616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Expand Up @@ -7,6 +7,6 @@ export COMPOSE_PROFILES=web,php,database

export DOCKER_WEB_VOLUME=.:/app

export MYSQL_DATABASE=drupal
export MYSQL_PASSWORD=drupal
export MYSQL_USER=drupal
export MYSQL_DATABASE=app
export MYSQL_PASSWORD=app
export MYSQL_USER=app
3 changes: 3 additions & 0 deletions build.yaml
Expand Up @@ -52,3 +52,6 @@ dockerfile:
- phpcs -vv
- phpstan
- phpunit --testdox

experimental:
useNewDatabaseCredentials: true

0 comments on commit 3f49616

Please sign in to comment.