Spell fixlet in ATG log message
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 277f68f12f7a63361c77d428c3b45f15e365c0e9..d49c4040ac9d1ab4d680d7402d2aa2be93754825 100644 (file)
@@ -2,38 +2,39 @@
   "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-templates/siemens.station-template.json",
+      "file": "siemens.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/keba.station-template.json",
+      "file": "keba.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/abb.station-template.json",
+      "file": "abb.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/evlink.station-template.json",
+      "file": "evlink.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/schneider.station-template.json",
+      "file": "schneider.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json",
+      "file": "virtual-simple-atg.station-template.json",
       "numberOfStations": 10
     }
   ],
+  "logRotate": false,
   "logConsole": false,
   "logFile": "/dev/stdout",
   "logErrorFile": "/dev/stderr"