We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d428c0 commit 031aa32Copy full SHA for 031aa32
1 file changed
config.dpp.yml
@@ -1,5 +1,10 @@
1
#ddev-generated
2
web_environment:
3
+ - MYSQL_DATABASE=db
4
+ - MYSQL_HOST=db
5
+ - MYSQL_PASSWORD=db
6
+ - MYSQL_USER=db
7
+ - DRUPAL_HASH_SALT=SomeRandomString
8
- DRUSH_OPTIONS_URI=${DDEV_PRIMARY_URL}
9
- thunderDumpFile=${DDEV_COMPOSER_ROOT}/${DDEV_DOCROOT}/test-database-dump.php
10
0 commit comments