We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cc70e commit 572c6d4Copy full SHA for 572c6d4
config.contrib.yaml
@@ -10,6 +10,10 @@ web_environment:
10
# To change the location of your project code, see the README:
11
# https://github.com/ddev/ddev-drupal-contrib/blob/main/README.md#changing-the-symlink-location
12
- DRUPAL_PROJECTS_PATH=modules/custom
13
+ - SIMPLETEST_DB=mysql://db:db@db/db
14
+ - SIMPLETEST_BASE_URL=http://web
15
+ - BROWSERTEST_OUTPUT_DIRECTORY=/tmp
16
+ - BROWSERTEST_OUTPUT_BASE_URL=${DDEV_PRIMARY_URL}
17
hooks:
18
post-start:
19
- exec-host: |
0 commit comments