Files
trace/.env.example

13 lines
562 B
Plaintext
Raw Permalink Normal View History

2026-07-20 20:25:17 +02:00
PORT=3082
TRACE_PASSWORD=replace-me
# Project-scoped ingestion credentials: project:token pairs.
TRACE_RECEIPT_TOKENS=goonk:replace-with-a-long-random-token
2026-07-20 21:09:04 +02:00
# Optional: comma-separated id:absolute-path pairs for deliberately mounted
# read-only repository mirrors. Leave empty when production has no Git repos.
TRACE_REPOS=
# Production-friendly candidate scanning through the Gitea API. Public
# repositories need no token; add a read-only token only for private repos.
TRACE_GITEA_URL=https://repo.explewd.com
TRACE_GITEA_REPOS=explewd/flit
TRACE_GITEA_TOKEN=