X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=0946258fc1b483a4adedfa4b98d70484eae7f703;hb=c317ae3edbd335e6dc52616df7d702c0d8419fd4;hp=9ad01aa1acc89c8cfa4e7f660d6f24454af2ee72;hpb=b803eefaa2cf9234da177d7058817baa8e99c841;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 9ad01aa1..0946258f 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -1,22 +1,25 @@ { "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", + "type": "protocol-basic-auth", "username": "admin", "password": "admin" } @@ -42,8 +45,5 @@ "file": "schneider.station-template.json", "numberOfStations": 1 } - ], - "logStatisticsInterval": 0, - "logFile": "combined.log", - "logErrorFile": "error.log" + ] }