Use camel case everywhere
[e-mobility-charging-stations-simulator.git] / docker / config.json
CommitLineData
7dde0b73 1{
1f5df42a 2 "supervisionUrls": [
03474d3d 3 "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
7dde0b73 4 ],
524d9cb3 5 "distributeStationsToTenantsEqually": true,
a4624c96
JB
6 "workerProcess": "workerSet",
7 "workerPoolMinSize": 4,
8 "workerPoolMaxSize": 16,
72a965c4 9 "chargingStationsPerWorker": 1,
1f5df42a 10 "stationTemplateUrls": [
7dde0b73 11 {
acc725e1 12 "file": "siemens.station-template.json",
e118beaa 13 "numberOfStations": 0
7dde0b73
JB
14 },
15 {
acc725e1 16 "file": "keba.station-template.json",
e118beaa 17 "numberOfStations": 0
7dde0b73
JB
18 },
19 {
acc725e1 20 "file": "abb.station-template.json",
e118beaa 21 "numberOfStations": 0
7dde0b73
JB
22 },
23 {
acc725e1 24 "file": "evlink.station-template.json",
e118beaa 25 "numberOfStations": 0
7dde0b73
JB
26 },
27 {
acc725e1 28 "file": "schneider.station-template.json",
e118beaa 29 "numberOfStations": 0
7dde0b73
JB
30 },
31 {
acc725e1 32 "file": "virtual-simple-atg.station-template.json",
e118beaa 33 "numberOfStations": 10
7dde0b73
JB
34 }
35 ],
6bf6769e 36 "logRotate": false,
7ec46a9a 37 "logConsole": false,
7dde0b73 38 "logFile": "/dev/stdout",
525935a5
JB
39 "logErrorFile": "/dev/stderr",
40 "logStatisticsInterval": 60
7dde0b73 41}