X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=641117eaa2bab27a1ad6b7b9c6d3a58ef0f3791c;hb=89448b6160fe75bd2dc10e409ba6c0988768a154;hp=51def2914a4144ecd8e3da819aceecd7c2be0d0e;hpb=cf2a5d9b1e3f929ef9805d3fb7e4022cf4f9632d;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 51def291..641117ea 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -1,15 +1,28 @@ { "supervisionUrls": ["ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"], "supervisionUrlDistribution": "round-robin", + "log": { + "file": "logs/combined.log", + "errorFile": "logs/error.log", + "maxFiles": 7, + "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", + "username": "admin", + "password": "admin" + } }, "stationTemplateUrls": [ { @@ -32,8 +45,5 @@ "file": "schneider.station-template.json", "numberOfStations": 1 } - ], - "logStatisticsInterval": 0, - "logFile": "combined.log", - "logErrorFile": "error.log" + ] }