X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=641117eaa2bab27a1ad6b7b9c6d3a58ef0f3791c;hb=6f9dcffec34bf5445ac22e7b66796d9596b453fe;hp=0bc2c30924ec67a35d15f269f9e01ee041570f34;hpb=bf1866b2570654a0d3720e7363727d071e8f4264;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 0bc2c309..641117ea 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -1,14 +1,30 @@ { - "supervisionURLs": [ - "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06" - ], - "distributeStationsToTenantsEqually": true, - "statisticsDisplayInterval": 60, - "chargingStationsPerWorker": 1, - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "stationTemplateURLs": [ + "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" + }, + "performanceStorage": { + "enabled": true, + "type": "none" + }, + "uiServer": { + "enabled": false, + "type": "ws", + "authentication": { + "enabled": true, + "type": "basic-auth", + "username": "admin", + "password": "admin" + } + }, + "stationTemplateUrls": [ { "file": "siemens.station-template.json", "numberOfStations": 1 @@ -29,8 +45,5 @@ "file": "schneider.station-template.json", "numberOfStations": 1 } - ], - "logFile": "combined.log", - "logErrorFile": "error.log", - "logConsole": false + ] }