2026-07-20 20:25:17 +02:00
|
|
|
PORT=3082
|
|
|
|
|
TRACE_PASSWORD=replace-me
|
2026-07-20 21:01:52 +02:00
|
|
|
# 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=
|
2026-07-20 22:19:44 +02:00
|
|
|
# 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=
|