diff --git a/config/sites/ep-events/config.yaml b/config/sites/ep-events/config.yaml index 0a9d4b6e..7f7936b1 100644 --- a/config/sites/ep-events/config.yaml +++ b/config/sites/ep-events/config.yaml @@ -1,11 +1,8 @@ base: 'https://www.ep-events.de' baseVariants: - - - base: 'https://ep-events.burn.dpn' - condition: 'applicationContext == "Development"' - base: 'https://ep-events.ddev.site' - condition: 'applicationContext == "Development/Ddev"' + condition: 'applicationContext == "Development"' disableStaticFileCache: false errorHandling: - diff --git a/config/sites/ski-boarderweek/config.yaml b/config/sites/ski-boarderweek/config.yaml index 6404fef8..1267c598 100644 --- a/config/sites/ski-boarderweek/config.yaml +++ b/config/sites/ski-boarderweek/config.yaml @@ -1,11 +1,8 @@ base: 'https://www.ski-boarderweek.de' baseVariants: - - - base: 'https://ski-boarderweek.burn.dpn' - condition: 'applicationContext == "Development"' - base: 'https://ski-boarderweek.ddev.site' - condition: 'applicationContext == "Development/Ddev"' + condition: 'applicationContext == "Development"' disableStaticFileCache: false errorHandling: - diff --git a/config/sites/ski-wochenenden/config.yaml b/config/sites/ski-wochenenden/config.yaml index 3d7dbaa5..0802bbff 100644 --- a/config/sites/ski-wochenenden/config.yaml +++ b/config/sites/ski-wochenenden/config.yaml @@ -1,11 +1,8 @@ base: 'https://www.ski-wochenenden.de' baseVariants: - - - base: 'https://ski-wochenenden.burn.dpn' - condition: 'applicationContext == "Development"' - base: 'https://ski-wochenenden.ddev.site' - condition: 'applicationContext == "Development/Ddev"' + condition: 'applicationContext == "Development"' disableStaticFileCache: false errorHandling: - diff --git a/config/sites/snowzone/config.yaml b/config/sites/snowzone/config.yaml index 49ff557c..5a6762c4 100644 --- a/config/sites/snowzone/config.yaml +++ b/config/sites/snowzone/config.yaml @@ -1,11 +1,8 @@ base: 'https://www.snowzone.net' baseVariants: - - - base: 'https://snowzone.burn.dpn' - condition: 'applicationContext == "Development"' - base: 'https://snowzone.ddev.site' - condition: 'applicationContext == "Development/Ddev"' + condition: 'applicationContext == "Development"' disableStaticFileCache: false errorHandling: - diff --git a/config/sites/unichamp/config.yaml b/config/sites/unichamp/config.yaml index 8f5e4ff1..0da132eb 100644 --- a/config/sites/unichamp/config.yaml +++ b/config/sites/unichamp/config.yaml @@ -1,11 +1,8 @@ base: 'https://www.unichamp.de' baseVariants: - - - base: 'https://unichamp.burn.dpn' - condition: 'applicationContext == "Development"' - base: 'https://unichamp.ddev.site' - condition: 'applicationContext == "Development/Ddev"' + condition: 'applicationContext == "Development"' disableStaticFileCache: false errorHandling: -