repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793e927
)
Update default configuration file for docker
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 3 Jul 2022 21:51:29 +0000
(23:51 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 3 Jul 2022 21:51:29 +0000
(23:51 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
docker/config.json
patch
|
blob
|
blame
|
history
diff --git
a/docker/config.json
b/docker/config.json
index b24c73189dc9be93e655cdeb051e60f5d29bc7e1..2449b4cbf8c136d407dd7e2cd6e42359dc918a4c 100644
(file)
--- a/
docker/config.json
+++ b/
docker/config.json
@@
-1,10
+1,12
@@
{
"supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
"supervisionUrlDistribution": "round-robin",
- "workerProcess": "workerSet",
- "workerPoolMinSize": 4,
- "workerPoolMaxSize": 16,
- "chargingStationsPerWorker": 1,
+ "worker": {
+ "processType": "workerSet",
+ "elementsPerWorker": 1,
+ "poolMinSize": 4,
+ "poolMaxSize": 16
+ },
"stationTemplateUrls": [
{
"file": "siemens.station-template.json",