From 90b7d7db6829c0a127fd9cdada31b9f0de9ed1a9 Mon Sep 17 00:00:00 2001 From: Byron Duvall Date: Mon, 14 Oct 2024 10:14:56 -0400 Subject: [PATCH] default first database name in ddev is "db" --- defaults/install/the-build/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/install/the-build/build.yml b/defaults/install/the-build/build.yml index b8aeda31..8cb420d6 100644 --- a/defaults/install/the-build/build.yml +++ b/defaults/install/the-build/build.yml @@ -35,7 +35,7 @@ drupal: # OPTIONAL: The Drupal database name defaults to the site's "dir" value. database: - database: "drupal" + database: "db" # Multisites created by `phing drupal-add-multisite` will be automatically added here. # @multisite_placeholder@