updated README with env vars

This commit is contained in:
2025-04-29 13:58:44 +02:00
parent 727d801849
commit f3c4e9884e

View File

@@ -1 +1,9 @@
# fw-anwesenheit
# fw-anwesenheit
# Config
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.