X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=64a95f80c4fba92a3206b826172aea8458871989;hb=94bb13e94ea30681110758c6a0a80217a668e793;hp=755253cd249ec015d1d1c0c6b203563895a755f0;hpb=7656d2a1e72c285f6fd15e5a2235ec9faf3ffedc;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 755253cd..64a95f80 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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: [dist/assets/configurations](dist/assets/configurations); -- charging station RFID tags lists in [src/assets](src/assets). +- charging station RFID tags lists: [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). @@ -242,7 +242,7 @@ The syntax is similar to the charging station configuration template 'Configurat To start the program, run: `npm start`. To start the program with a UI controller, run: `npm start:server`. -Then, start/stop the simulator connections by going to `https://` in a browser. Localhost port will default to 8080. For BTP, the port is assigned based on the process.env.PORT environment variable. +Then, start/stop the simulator by going to `https://` in a browser. Localhost port will default to 8080. For Cloud Foundry, the port is assigned based on the `process.env.PORT` environment variable. ## Docker