build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / docker / config.json
index edd0da85f48f30bd2f2b7ef2054e8d5325b25808..c207106a03271e955b4566ee3fa8279f8e4cf612 100644 (file)
@@ -1,39 +1,52 @@
 {
-  "supervisionURLs": [
-    "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
-  ],
-  "distributeStationsToTenantsEqually": true,
-  "statisticsDisplayInterval": 60,
-  "useWorkerPool": false,
-  "workerPoolSize": 16,
-  "stationTemplateURLs": [
+  "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
+  "supervisionUrlDistribution": "round-robin",
+  "log": {
+    "file": "/dev/stdout",
+    "errorFile": "/dev/stderr",
+    "console": false,
+    "rotate": false
+  },
+  "worker": {
+    "processType": "workerSet",
+    "elementsPerWorker": 1,
+    "poolMinSize": 4,
+    "poolMaxSize": 16
+  },
+  "uiServer": {
+    "enabled": true,
+    "type": "ws",
+    "authentication": {
+      "enabled": true,
+      "type": "protocol-basic-auth",
+      "username": "admin",
+      "password": "admin"
+    }
+  },
+  "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"
+  ]
 }