Spell fixlet in ATG log message
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 3181dfb4126ef33f539a23c88725bee4ac6ffaaa..d49c4040ac9d1ab4d680d7402d2aa2be93754825 100644 (file)
@@ -2,39 +2,40 @@
   "supervisionURLs": [
     "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
   ],
+  "distributeStationsToTenantsEqually": true,
   "statisticsDisplayInterval": 60,
-  "autoReconnectTimeout": 10,
-  "autoReconnectMaxRetries": 10,
-  "distributeStationToTenantEqually": true,
-  "useWorkerPool": false,
-  "workerPoolSize": 16,
+  "workerProcess": "workerSet",
+  "workerPoolMinSize": 4,
+  "workerPoolMaxSize": 16,
+  "chargingStationsPerWorker": 1,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station/siemens.mougins69.station",
-      "numberOfStation": 0
+      "file": "siemens.station-template.json",
+      "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station/keba.station",
-      "numberOfStation": 0
+      "file": "keba.station-template.json",
+      "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station/abb.station",
-      "numberOfStation": 0
+      "file": "abb.station-template.json",
+      "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station/evlink.station",
-      "numberOfStation": 0
+      "file": "evlink.station-template.json",
+      "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station/schneider.station",
-      "numberOfStation": 0
+      "file": "schneider.station-template.json",
+      "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station/virtual-simple-atg.station",
-      "numberOfStation": 10
+      "file": "virtual-simple-atg.station-template.json",
+      "numberOfStations": 10
     }
   ],
-  "consoleLog": false,
+  "logRotate": false,
+  "logConsole": false,
   "logFile": "/dev/stdout",
-  "errorFile": "/dev/stderr"
+  "logErrorFile": "/dev/stderr"
 }