File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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+
3940Move the ` std_unit_names.json ` to the ingest/api folder with
41+
4042``` bash
4143just copy-units
4244```
You can’t perform that action at this time.
0 commit comments