X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=c207106a03271e955b4566ee3fa8279f8e4cf612;hb=9e9194c977f2100a92a4549e6562750499607706;hp=d49c4040ac9d1ab4d680d7402d2aa2be93754825;hpb=acc725e10fb940f3234a79cd76d25f585007d40f;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index d49c4040..c207106a 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,14 +1,29 @@ { - "supervisionURLs": [ - "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" - ], - "distributeStationsToTenantsEqually": true, - "statisticsDisplayInterval": 60, - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, - "stationTemplateURLs": [ + "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], + "supervisionUrlDistribution": "round-robin", + "log": { + "file": "/dev/stdout", + "errorFile": "/dev/stderr", + "console": false, + "rotate": false + }, + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, + "uiServer": { + "enabled": true, + "type": "ws", + "authentication": { + "enabled": true, + "type": "protocol-basic-auth", + "username": "admin", + "password": "admin" + } + }, + "stationTemplateUrls": [ { "file": "siemens.station-template.json", "numberOfStations": 0 @@ -33,9 +48,5 @@ "file": "virtual-simple-atg.station-template.json", "numberOfStations": 10 } - ], - "logRotate": false, - "logConsole": false, - "logFile": "/dev/stdout", - "logErrorFile": "/dev/stderr" + ] }