X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=6b06f2bf56a7da91c05ce4c7d5fe8cf065a34e36;hb=1a7f624e7ac1a75634e8e879c6862d04f242b1d0;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..6b06f2bf 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -1,16 +1,29 @@ { "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" }, + "uiServer": { + "enabled": false, + "type": "ws", + "authentication": { + "enabled": true, + "type": "basic-auth", + "username": "admin", + "password": "admin" + } + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json", @@ -32,8 +45,5 @@ "file": "schneider.station-template.json", "numberOfStations": 1 } - ], - "logStatisticsInterval": 0, - "logFile": "combined.log", - "logErrorFile": "error.log" + ] }