X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=0946258fc1b483a4adedfa4b98d70484eae7f703;hb=329eab0e2561adc801877a95885f3ad15cbb90f6;hp=5e18d942fd50ccdba139eec8db162e5e6811590c;hpb=6d2b7d0121fa6ab41272ed8f4f0d7fd2ce3e8c7d;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 5e18d942..0946258f 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -11,15 +11,15 @@ "processType": "workerSet" }, "performanceStorage": { - "enabled": false, - "type": "jsonfile" + "enabled": true, + "type": "none" }, "uiServer": { "enabled": false, "type": "ws", "authentication": { "enabled": true, - "type": "basic-auth", + "type": "protocol-basic-auth", "username": "admin", "password": "admin" }