From 6217a5284cb501df9692576b47ed31f2d10a3f38 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 20 Jul 2023 20:17:23 +0200 Subject: [PATCH] wip #6145 @0.5 --- app/Fluidbook/Farm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Fluidbook/Farm.php b/app/Fluidbook/Farm.php index 1284f3063..24d89545a 100644 --- a/app/Fluidbook/Farm.php +++ b/app/Fluidbook/Farm.php @@ -19,6 +19,7 @@ class Farm ['name' => 'brazil', 'host' => 'brazil.cubedesigners.com', 'weight' => 2, 'region' => 'US'], ['name' => 'clockwork', 'host' => 'clockwork.cubedesigners.com', 'weight' => 2, 'region' => 'UE'], ['name' => 'dracula', 'host' => 'dracula.cubedesigners.com', 'weight' => 6, 'region' => 'UE'], + ['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 4, 'region' => 'UE'], ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 1, 'region' => 'UE'], ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'weight' => 1, 'region' => 'UE'], ['name' => 'godzilla', 'host' => 'godzilla.cubedesigners.com', 'weight' => 3, 'region' => 'UE'], -- 2.39.5