diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 3d92cea6..ffe1a04f 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -name: ep-reisen +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 b272ca01..b8a1007c 100644 --- a/config/sites/ep-reisen/config.yaml +++ b/config/sites/ep-reisen/config.yaml @@ -3,6 +3,9 @@ baseVariants: - base: 'https://ep-reisen.ddev.site' condition: 'applicationContext == "Development"' + - + base: 'https://ep-reisen-10.ddev.site' + condition: 'applicationContext == "Development"' - base: 'https://schnee-event.ddev.site' condition: 'applicationContext == "Development/Skimax"'