X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=c207106a03271e955b4566ee3fa8279f8e4cf612;hb=6027002ff1398a1cb3bb55d4994e4615efded2c0;hp=2449b4cbf8c136d407dd7e2cd6e42359dc918a4c;hpb=76d40848ba827b68c602bf37802a3617144a20b9;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 2449b4cb..c207106a 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,12 +1,28 @@ { "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", @@ -32,10 +48,5 @@ "file": "virtual-simple-atg.station-template.json", "numberOfStations": 10 } - ], - "logRotate": false, - "logConsole": false, - "logFile": "/dev/stdout", - "logErrorFile": "/dev/stderr", - "logStatisticsInterval": 60 + ] }