X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Fassets%2Fconfig-template.json;h=943e9c5b2c4998b556c614eb80714666e5afbf4c;hb=314793aaf25bf1a99deb3f8209c09421235942ba;hp=6b06f2bf56a7da91c05ce4c7d5fe8cf065a34e36;hpb=60d1f5b09771029bd3459a620e883c58dab0d4f5;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 6b06f2bf..943e9c5b 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -12,14 +12,14 @@ }, "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" } @@ -31,7 +31,8 @@ }, { "file": "keba.station-template.json", - "numberOfStations": 2 + "numberOfStations": 2, + "provisionedNumberOfStations": 2 }, { "file": "abb.station-template.json",