Skip to content

Commit

Permalink
Use ddev database creds by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 21, 2021
1 parent 0217134 commit 773e8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ drupal:
database:
# This value is required, but a default is set in the-build.xml.
# database: drupal
username: root
password: root
host: 127.0.0.1
username: db
password: db
host: db

# Configuration used by the default 'build' target.
build:
Expand Down

0 comments on commit 773e8d3

Please sign in to comment.