From: Jérôme Benoit Date: Sat, 5 Mar 2022 12:09:31 +0000 (+0100) Subject: Configuration files fixlets X-Git-Tag: v1.1.51~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=52c709abe039144cd21006aa37a64044d72a90f9;p=e-mobility-charging-stations-simulator.git Configuration files fixlets Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5acc1366..ae453d99 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -63,7 +63,7 @@ jobs: # and modify them (or add more) to build your code if your project # uses a compiled language - #- run: | + # - run: | # make bootstrap # make release diff --git a/docker/config.json b/docker/config.json index 9c4efe3a..b24c7318 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,6 +1,6 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], - "distributeStationsToTenantsEqually": true, + "supervisionUrlDistribution": "round-robin", "workerProcess": "workerSet", "workerPoolMinSize": 4, "workerPoolMaxSize": 16,