krz/hutch-stats
clone: git clone https://gitbay.org/krz/hutch-stats.git
main: .env.example · raw
1API_KEY=replace-me
2ENABLE_SCHEDULER=false
3SRHT_TOKEN=replace-me
4TODO_SRHT_ENDPOINT=https://todo.sr.ht/query
5GIT_SRHT_ENDPOINT=https://git.sr.ht/query
6DATABASE_URL=sqlite:///./srht_contrib.db
7DEFAULT_ACTOR=~your-user
8POLL_INTERVAL_SECONDS=300
9DISCOVERY_BATCH_SIZE=20
10INDEXED_ACTOR_REPOLL_SECONDS=21600
11DISCOVERY_ERROR_BACKOFF_SECONDS=3600
12DISCOVERY_ERROR_BACKOFF_MAX_SECONDS=21600
13SRHT_REQUEST_DELAY_SECONDS=0.5
14# Optional JSON object. Example:
15# {"~your-user":["you@example.com","Your Name"]}
16ACTOR_ALIASES_JSON={}
17# Optional JSON array. Example:
18# ["your-repo","~your-user/your-site"]
19GIT_TRACKED_REPOSITORIES=[]