X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=943e9c5b2c4998b556c614eb80714666e5afbf4c;hb=ada0c1ead79ff48eae54a5594c3bdf4553aa791b;hp=a875173f2069434ffb3740bab5ebb09d6d568053;hpb=3d48c1c13adbe046643a952b1ddfce30c6cc0a97;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index a875173f..943e9c5b 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -8,21 +8,18 @@ "statisticsInterval": 0 }, "worker": { - "processType": "workerSet", - "elementsPerWorker": 1, - "poolMinSize": 4, - "poolMaxSize": 16 + "processType": "workerSet" }, "performanceStorage": { "enabled": true, - "type": "jsonfile" + "type": "none" }, "uiServer": { "enabled": false, "type": "ws", "authentication": { "enabled": true, - "type": "basic-auth", + "type": "protocol-basic-auth", "username": "admin", "password": "admin" } @@ -34,7 +31,8 @@ }, { "file": "keba.station-template.json", - "numberOfStations": 2 + "numberOfStations": 2, + "provisionedNumberOfStations": 2 }, { "file": "abb.station-template.json",