Skip to content

Commit 6073253

Browse files
committed
Update readme
1 parent 9b0d96d commit 6073253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ingest/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| `INGEST_LOGLEVEL` | | Logging level for the ingestion process. |
2222
| `GUNICORN_CMD_ARGS` | | Command-line arguments for configuring Gunicorn, a Python WSGI HTTP Server. |
2323
| `FASTAPI_ROOT_PATH` | | If this api is behind proxy, this need to be set to the root path |
24+
| `MQTT_PROTTOCOL_VERSION` | 5 | Set the MQTT protocol version. Defaults to v5. Available protocols are v3.1, v3.1.1 and v5 |
2425

2526
## Dev install
2627

@@ -34,9 +35,10 @@ To install in dev mode run `pip install --editable .` from the top level of this
3435
| rapidjson-dev | 1.1.0 |
3536
| pybind11-dev | 2.9.1 |
3637

37-
3838
## Prerequisites of running locally
39+
3940
Move the `std_unit_names.json`to the ingest/api folder with
41+
4042
```bash
4143
just copy-units
4244
```

0 commit comments

Comments
 (0)