INIT
This commit is contained in:
commit
39c625f57f
9 changed files with 679 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue