Files
trace/.env.example
Fredrik Johansson 461f8b0873
All checks were successful
Docker / test-build-push (push) Successful in 36s
Scan public repositories through Gitea API
2026-07-20 22:19:44 +02:00

13 lines
562 B
Plaintext

PORT=3082
TRACE_PASSWORD=replace-me
# Project-scoped ingestion credentials: project:token pairs.
TRACE_RECEIPT_TOKENS=goonk:replace-with-a-long-random-token
# 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=