commit 69b5c0cabb9dd07c86d3d700cfbb7c824a630b31 parent 8008ede24ab1dde56c14ed552d91babc7a473269 Author: mtmn <miro@haravara.org> Date: Sat, 18 Apr 2026 18:12:55 +0200 chore: add missing env vars to readme Diffstat:
| M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -62,5 +62,9 @@ npx spago bundle --module Client --outfile client.js --platform browser | `DISCOGS_TOKEN` | — | Discogs token for cover art and genre fallback | | `BACKUP_ENABLED` | — | Set to `true` to enable periodic local database backups | | `BACKUP_INTERVAL_HOURS` | `1` | How often to back up the database (in hours) | +| `METRICS_ENABLED` | `false` | Set to `true` to expose Prometheus metrics at `/metrics` | +| `OTEL_EXPORTER_OTLP_ENDPOINT` | — | If set, enables OpenTelemetry tracing and exports spans to this OTLP HTTP endpoint | +| `OTEL_SERVICE_NAME` | `corpus` | Service name reported in OTel spans | +| `CORPUS_USERS_FILE` | `users.json` | Path to the multi-user config file | Backups are written to a `backup/` directory alongside `DATABASE_FILE`, named `corpus-<timestamp>.db`.