Sfoglia il codice sorgente

Fixed settings formatting and merge issue

Marc 13 anni fa
parent
commit
8ac4d760a2
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  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
   #     doLow
   #     doLowBackground
   #     doLowBackground
   method: do
   method: do
-  
+
   # Server list by default workers and clients will connect
   # Server list by default workers and clients will connect
   # Server name must contain port
   # Server name must contain port
   # If annotations defined, will be overwritten
   # If annotations defined, will be overwritten
   servers:
   servers:
-    - 127.0.0.1:4730
+    localhost:
+      hostname: 127.0.0.1
+      port: 4730
   
   
   # Default number of executions before job dies.
   # Default number of executions before job dies.
   # If annotations defined, will be overwritten
   # If annotations defined, will be overwritten

+ 1 - 1
Workers/testWorker.php

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