added HOTSPOT_IDS as an env var to enable hotspot with

This commit is contained in:
2025-05-12 21:15:27 +02:00
parent 56981d5f23
commit b6b66a7e5b
2 changed files with 23 additions and 8 deletions

View File

@@ -14,3 +14,4 @@ Environment variables:
- `PM3_BIN`: Path to the pm3 binary. Seach in path if not set. Can also be set to the `pm3_mock.sh` for testing.
- `LOG_LEVEL`: Can be set to either "debug","warn","error","trace" or "info". Defaults to "warn" in production.
- `HTTP_PORT`: What port to listen on. Defaults to 80.
- `HOTSPOT_IDS`: A semicolon seperated list of ids to activate the hotspot with e.g. `578B5DF2;c1532b57`.