Skip to content
Snippets Groups Projects
Commit 16f433b7 authored by Zoltan Horvath's avatar Zoltan Horvath
Browse files

ISAICP-9312: Change project TLD from ddev.site to ddev.local to make OE...

ISAICP-9312: Change project TLD from ddev.site to ddev.local to make OE Webtools scripts loadalble on local dev env
parent 6afabfcb
No related branches found
No related tags found
1 merge request!209Release 2.2.0
......@@ -5,7 +5,7 @@
DRUPAL_TRUSTED_HOST_PATTERNS=.*
DRUPAL_BASE_URL=https://joinup.ddev.site
DRUPAL_BASE_URL=https://joinup.ddev.local
DRUPAL_FILE_TEMP_PATH=/var/www/html/tmp
DRUPAL_DATABASE_HOST=db
......@@ -22,7 +22,7 @@ SEARCH_API_SERVER_SS_SOLR_HOST=solr-standalone
SYMFONY_DEPRECATIONS_HELPER=max[total]=0&ignoreFile=core/.deprecation-ignore.txt
WEBDRIVER_URL=http://selenium-chrome:4444/wd/hub
DTT_BASE_URL=http://joinup.ddev.site
DTT_BASE_URL=http://joinup.ddev.local
DTT_API_URL=http://selenium-chrome:4444/wd/hub
DTT_MINK_DRIVER_ARGS='["chrome", {"browserName":"chrome","goog:chromeOptions":{"w3c":false,"args":["--disable-gpu","--headless", "--no-sandbox", "--disable-dev-shm-usage"]}}, "http://selenium-chrome:4444/wd/hub"]'
......
......@@ -7,14 +7,14 @@
web_environment:
- BROWSERTEST_OUTPUT_DIRECTORY=/tmp
- BROWSERTEST_OUTPUT_BASE_URL=${DDEV_PRIMARY_URL}
- SIMPLETEST_BASE_URL=https://joinup.ddev.site
- SIMPLETEST_BASE_URL=https://${DDEV_SITENAME}.${DDEV_TLD}
- SIMPLETEST_DB=mysql://db:db@db/db
# Use disable-dev-shm-usage instead of setting shm_usage
# https://developers.google.com/web/tools/puppeteer/troubleshooting#tips
# The format of chromeOptions is defined at https://chromedriver.chromium.org/capabilities
- MINK_DRIVER_ARGS_WEBDRIVER=[\"chrome\", {\"browserName\":\"chrome\",\"goog:chromeOptions\":{\"w3c\":false,\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
# Nightwatch
- DRUPAL_TEST_BASE_URL=https://joinup.ddev.site
- DRUPAL_TEST_BASE_URL=https://${DDEV_SITENAME}.${DDEV_TLD}
- DRUPAL_TEST_DB_URL=mysql://db:db@db/db
- DRUPAL_TEST_WEBDRIVER_HOSTNAME=selenium-chrome
- DRUPAL_TEST_WEBDRIVER_PORT=4444
......@@ -25,5 +25,5 @@ web_environment:
- DRUPAL_NIGHTWATCH_IGNORE_DIRECTORIES=node_modules,vendor,.*,sites/*/files,sites/*/private,sites/simpletest
- DRUPAL_NIGHTWATCH_OUTPUT=reports/nightwatch
# DTT
- DTT_BASE_URL=https://joinup.ddev.site
- DTT_BASE_URL=https://${DDEV_SITENAME}.${DDEV_TLD}
- DTT_MINK_DRIVER_ARGS=[\"chrome\", {\"browserName\":\"chrome\",\"goog:chromeOptions\":{\"w3c\":false,\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
......@@ -33,7 +33,8 @@ database:
timezone: Europe/Brussels
additional_hostnames: [ ]
additional_fqdns: [ ]
use_dns_when_possible: true
project_tld: ddev.local
use_dns_when_possible: false
composer_version: "2"
web_environment: [ ]
disable_settings_management: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment