]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6474 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Nov 2023 14:03:38 +0000 (15:03 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Nov 2023 14:03:38 +0000 (15:03 +0100)
app/Fluidbook/Farm.php

index e71026e9acc4bdac3436edcdb39964b3f6625731..f348806c76abea8daa480b5ba34a103b800ff6ee 100644 (file)
@@ -15,8 +15,8 @@ class Farm
 {
 
     protected static $_outPDF = [];
-    //protected static $_forceServer = false;
-    protected static $_forceServer = 'alphaville';
+    protected static $_forceServer = false;
+    //protected static $_forceServer = 'alphaville';
     protected static $_farmServers = [
         ['name' => 'alphaville', 'host' => 'fluidbook-processfarm', 'port' => 9000, 'weight' => 12, 'region' => 'UE'],
         ['name' => 'brazil', 'host' => 'brazil.cubedesigners.com', 'weight' => 6, 'region' => 'US'],