Procházet zdrojové kódy

Fixed settings formatting and merge issue

Marc před 13 roky
rodič
revize
8ac4d760a2
2 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 4 2
      Project/dev.base.yml
  2. 1 1
      Workers/testWorker.php

+ 4 - 2
Project/dev.base.yml

@@ -18,12 +18,14 @@ defaults:
   #     doLow
   #     doLowBackground
   method: do
-  
+
   # Server list by default workers and clients will connect
   # Server name must contain port
   # If annotations defined, will be overwritten
   servers:
-    - 127.0.0.1:4730
+    localhost:
+      hostname: 127.0.0.1
+      port: 4730
   
   # Default number of executions before job dies.
   # If annotations defined, will be overwritten

+ 1 - 1
Workers/testWorker.php

@@ -37,4 +37,4 @@ class testWorker
 
         return true;
     }
-}
+}