From 3b7a6e3ac0727f0eb91fa15b6eb7b38b3a2e96dd Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 21 Jan 2021 18:00:44 -0600 Subject: [PATCH] Use the default ddev URL pattern. --- defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.yml b/defaults.yml index 4d304b25..e0779d39 100644 --- a/defaults.yml +++ b/defaults.yml @@ -53,7 +53,7 @@ drupal: # REQUIRED: Your site's URI; the default should be the URI of your local # development environment. - uri: "https://${projectname}.local" + uri: "https://${projectname}.ddev.site" # Customizing the following values is OPTIONAL. If these values are not # explicitly configured, they will be set in the-build.xml based on the