mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Remove feature flag for different database credentials
This commit is contained in:
parent
f602b6e1e6
commit
3d0a8215f9
4 changed files with 0 additions and 15 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue