Files
harness_coding_docs/gitea.env.example
T
chengma 1d3428a288
Harness governance / validate (push) Has been cancelled
feat(governance): automate harness consistency checks (phase 3)
2026-07-14 13:05:19 +08:00

13 lines
496 B
Bash

# Copy to $HOME/.codex/gitea.env and replace every example value locally.
GITEA_URL=http://gitea.example.invalid:3000
GITEA_TOKEN=【replace-with-minimum-scope-token】
# Optional non-secret identity used to verify dispatcher-authored CLAIM comments.
GITEA_DISPATCHER_LOGIN=【dispatcher-gitea-login】
# Required only when the team explicitly accepts HTTP credential exposure risk.
GITEA_ALLOW_INSECURE_HTTP=1
# Optional: bypass local HTTP/SOCKS proxy for this Gitea instance.
GITEA_DIRECT=1