Remove feature flag for different database credentials

This commit is contained in:
Oliver Davies 2024-02-12 19:58:08 +00:00
parent f602b6e1e6
commit 3d0a8215f9
4 changed files with 0 additions and 15 deletions

View file

@ -9,12 +9,6 @@ export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:{{ project_root }}
{% endif %}
{% if experimental.useNewDatabaseCredentials %}
export MYSQL_DATABASE=app
export MYSQL_PASSWORD=app
export MYSQL_USER=app
{% else %}
export MYSQL_DATABASE=drupal
export MYSQL_PASSWORD=drupal
export MYSQL_USER=drupal
{% endif %}