Skip to content

Commit 031aa32

Browse files
chrfritschChristian Fritsch
andauthored
Add db settings (#2)
Co-authored-by: Christian Fritsch <christian.fritsch@burda.com>
1 parent 3d428c0 commit 031aa32

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config.dpp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#ddev-generated
22
web_environment:
3+
- MYSQL_DATABASE=db
4+
- MYSQL_HOST=db
5+
- MYSQL_PASSWORD=db
6+
- MYSQL_USER=db
7+
- DRUPAL_HASH_SALT=SomeRandomString
38
- DRUSH_OPTIONS_URI=${DDEV_PRIMARY_URL}
49
- thunderDumpFile=${DDEV_COMPOSER_ROOT}/${DDEV_DOCROOT}/test-database-dump.php
510

0 commit comments

Comments
 (0)