Skip to content

Commit

Permalink
VH 1314 - Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
DokurOmkar committed Jul 10, 2024
1 parent 3fdd446 commit f8cdd45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ To support execution in a simulated environment, V2X-Hub is in the process of in
* **INFRASTRUCTURE_ID** – Environment variable for storing infrastructure id of V2X Hub.
* **SENSOR_JSON_FILE_PATH** – Environment variable for storing path to sensor configuration file. This is an optional simulation environment variable that allows for setting up simulated sensor for a V2X-Hub instance. Example file can be found in the **CDASimAdapterPlugin** tests [here](../src/v2i-hub/CDASimAdapter/test/sensors.json).

### Open V2X-Hub in Google Chrome
To open V2X-Hub in Google Chrome, run this command:
### Open V2X-Hub in Google Chrome
If the chromium browser is not available, run this command to open V2X-Hub in google chrome:
```
google-chrome --ignore-certificate-errors localhost
google-chrome --ignore-certificate-errors localhost > /dev/null 2>&1 &
```

> [!NOTE]
Expand Down

0 comments on commit f8cdd45

Please sign in to comment.