Add BootNotification and ClearCache OCPP 2.0.1 commands support
[e-mobility-charging-stations-simulator.git] / docker / config.json
index aee90bc77ecc2498c9f0cb98c2a9981871c3bb07..003ee3e19d7537f6e2e1c286f54744ace94f33be 100644 (file)
@@ -1,41 +1,44 @@
 {
-  "supervisionURLs": [
-    "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
-  ],
-  "statisticsDisplayInterval": 60,
-  "autoReconnectTimeout": 10,
-  "autoReconnectMaxRetries": 10,
-  "distributeStationsToTenantsEqually": true,
-  "useWorkerPool": false,
-  "workerPoolSize": 16,
-  "stationTemplateURLs": [
+  "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
+  "supervisionUrlDistribution": "round-robin",
+  "worker": {
+    "processType": "workerSet",
+    "elementsPerWorker": 1,
+    "poolMinSize": 4,
+    "poolMaxSize": 16
+  },
+  "uiServer": {
+    "enabled": true
+  },
+  "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"
+  "logErrorFile": "/dev/stderr",
+  "logStatisticsInterval": 60
 }