From: Jérôme Benoit Date: Fri, 1 Jul 2022 23:34:05 +0000 (+0200) Subject: Refine the initial configuration documentation section X-Git-Tag: v1.1.64~32 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=db70b600e63e5b91204c78d1e199088fda1f487e;p=e-mobility-charging-stations-simulator.git Refine the initial configuration documentation section Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 57d4ab15..74c40030 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ npm install ## Initial configuration -Copy the configuration template file [src/assets/config-template.json](src/assets/config-template.json) to [src/assets/config.json](src/assets/config.json). -Tweak it to your needs by following the section [charging stations simulator configuration](README.md#charging-stations-simulator-configuration). +Copy the configuration template file [src/assets/config-template.json](src/assets/config-template.json) to [src/assets/config.json](src/assets/config.json). +Copy the authorization RFID tags template file [src/assets/authorization-tags-template.json](src/assets/authorization-tags-template.json) to [src/assets/authorization-tags.json](src/assets/authorization-tags.json). + +Tweak them to your needs by following the section [configuration files syntax](README.md#configuration-files-syntax). ## Start