chore: update ddev config to use folder name as hostname

This commit is contained in:
Björn Fromme
2025-10-15 08:41:53 +02:00
parent b624a0e049
commit 404db8c89d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
name: ep-reisen-10
type: typo3
docroot: public
php_version: "7.4"
+1 -1
View File
@@ -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'