feat(ui): add template name to charging stations list
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 2449b4cbf8c136d407dd7e2cd6e42359dc918a4c..7808b07c0bc995a93720e9ec1ef2b53a91ba7968 100644 (file)
@@ -1,12 +1,21 @@
 {
   "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
+  },
   "stationTemplateUrls": [
     {
       "file": "siemens.station-template.json",
       "file": "virtual-simple-atg.station-template.json",
       "numberOfStations": 10
     }
-  ],
-  "logRotate": false,
-  "logConsole": false,
-  "logFile": "/dev/stdout",
-  "logErrorFile": "/dev/stderr",
-  "logStatisticsInterval": 60
+  ]
 }