]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7270 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jan 2025 16:55:36 +0000 (17:55 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jan 2025 16:55:36 +0000 (17:55 +0100)
app/Fluidbook/Farm.php

index c34339a89d551a5d928d9079aa5f08757c8c18da..3af696a7ac06adb43304c64559948d950bd1b173 100644 (file)
@@ -20,9 +20,8 @@ class Farm
     protected static $_region = Region::EUROPE;
 
     protected static $_farmServers = [
-        ['name' => 'alphaville', 'host' => 'fluidbook-processfarm', 'port' => 9000, 'weight' => 12, 'region' => Region::EUROPE, 'local' => false],
+        ['name' => 'amadeus', 'host' => 'amadeus.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'cloudatlas', 'host' => 'cloudatlas.cubedesigners.com', 'weight' => 4, 'region' => Region::EUROPE, 'local' => false],
-        ['name' => 'dracula', 'host' => 'dracula.cubedesigners.com', 'weight' => 1, 'region' => Region::EUROPE, 'local' => true],
         ['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'port' => 9460, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],