From 1c51fd1d12e963aa6c827f80cc975335f4a8f671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 30 Mar 2022 11:05:06 +0200 Subject: [PATCH] README.md: Fix CS configuraton file path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1be60673..ce53e2a8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ All configuration files are in the JSON standard format. - charging stations simulator configuration: [src/assets/config.json](src/assets/config.json); - charging station configuration templates: [src/assets/station-templates](src/assets/station-templates); -- charging station configurations: [src/assets/configurations](src/assets/configurations); +- charging station configurations: [dist/assets/configurations](dist/assets/configurations); - charging station RFID tags lists in [src/assets](src/assets). The charging stations simulator's configuration parameters must be within the `src/assets/config.json` file. A charging station simulator configuration template file is available at [src/assets/config-template.json](src/assets/config-template.json). @@ -45,7 +45,7 @@ A list of RFID tags must be defined for the automatic transaction generator with **Configuration files hierarchy and priority**: -1. charging station configuration: [src/assets/configurations](src/assets/configurations); +1. charging station configuration: [dist/assets/configurations](dist/assets/configurations); 2. charging station configuration template: [src/assets/station-templates](src/assets/station-templates); 3. charging stations simulator configuration: [src/assets/config.json](src/assets/config.json). @@ -223,7 +223,7 @@ But the modifications to test have to be done to the files in the build result d ### Charging station configuration -**src/assets/configurations/\.json**: +**dist/assets/configurations/\.json**: The charging station configuration file is automatically generated at startup from the charging station configuration template file and are persistent. -- 2.34.1