From 404db8c89d0d65aa83c24ec2095d6f3d3c9f4a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 15 Oct 2025 08:35:46 +0200 Subject: [PATCH] chore: update ddev config to use folder name as hostname --- .ddev/config.yaml | 1 - config/sites/ep-reisen/config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index e4f5caf6..9341b85f 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,3 @@ -name: ep-reisen-10 type: typo3 docroot: public php_version: "7.4" diff --git a/config/sites/ep-reisen/config.yaml b/config/sites/ep-reisen/config.yaml index bfd4764b..d4dae274 100644 --- a/config/sites/ep-reisen/config.yaml +++ b/config/sites/ep-reisen/config.yaml @@ -1,7 +1,7 @@ base: 'https://www.ep-reisen.de' baseVariants: - - base: 'https://ep-reisen-10.ddev.site' + base: 'https://ep-reisen.ddev.site' condition: 'applicationContext == "Development"' - base: 'https://staging.ep-reisen.de'