From 646fe86d155629a94c13695ad3cb7b20737e07ad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Nov 2020 20:47:14 +0000 Subject: [PATCH] Update SIMPLETEST_BASE_URL and SIMPLETEST_DB Update the base URL to work inside DDEV, and the DB connection details to use `/dev/shm` for better performance. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4aa454..9ad9e70 100644 --- a/README.md +++ b/README.md @@ -234,10 +234,10 @@ We also need to configure the database for Drupal to connect to and use when run ```diff - -+ ++ - -+ ++ ``` ### 1f. Running the tests