Skip to content

Commit

Permalink
add enviroment vars to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hehu80 committed Sep 13, 2024
1 parent 65e3d17 commit ea67ddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ The required raw data can be downloaded here https://www.kaggle.com/datasets/rej

## 🚀 How to run

### Environment

| Name | Default | Route |
|--------------------|-------------------|----------------------------------------------------------------------------------------|
| SERVER_PORT | 8080 | Port used by the service |
| AIR_POLLUTION_FILE | air-pollution.csv | Path to CSV file with [raw data](ttps://www.kaggle.com/datasets/rejeph/air-pollution). |

### Locally
* Copy the raw data to a file, e.g. `/data/air-pollution.csv`.
* Point env variable `AIR_POLLUTION_FILE` to the file path.
Expand Down

0 comments on commit ea67ddc

Please sign in to comment.