metrica/.env.example
2026-07-10 21:38:38 +02:00

16 lines
545 B
Text

# Copy to .env and edit. Any one of these tokens authorizes a push.
# Comma- or whitespace-separated.
METRICA_TOKENS=change-me-token-1,change-me-token-2
# Optional: also read tokens from a file (one per line, # for comments).
# METRICA_TOKENS_FILE=tokens.txt
# Optional: where JSONL data files live (default: ./data).
# METRICA_DATA_DIR=data
# Optional: how many recent points the dashboard reads/plots per script.
# METRICA_MAX_HISTORY=100
# Optional: bind address when running `python app.py`.
# METRICA_HOST=127.0.0.1
# METRICA_PORT=8000