From 276fe249df0da9201f0648b5a9b052a1f28ddcff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 28 May 2020 20:31:58 +0200 Subject: [PATCH] Adjust site configs for ddev --- config/sites/ep-events/config.yaml | 5 +---- config/sites/ski-boarderweek/config.yaml | 5 +---- config/sites/ski-wochenenden/config.yaml | 5 +---- config/sites/snowzone/config.yaml | 5 +---- config/sites/unichamp/config.yaml | 5 +---- 5 files changed, 5 insertions(+), 20 deletions(-) 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: -