Skip to content

Commit 03a5ffe

Browse files
Remove CSV path exports from Event Simulator Guide
Removed asset and products CSV path exports from the guide.
1 parent 4be672c commit 03a5ffe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/EventSimulatorGuide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export EVENT_HUB_NAME="<event-hub-name>"
2626
```bash
2727
export SIMULATION_INTERVAL="5" # Seconds between events per asset (default: 5)
2828
export MAX_RUNTIME_SECONDS="300" # Max runtime in seconds (default: unlimited)
29-
export ASSETS_CSV_PATH="../data/assets.csv" # Path to assets file
30-
export PRODUCTS_CSV_PATH="../data/products.csv" # Path to products file
3129
```
3230

3331
### 3. Run the Simulator

0 commit comments

Comments
 (0)