docs(env-example): add Forgejo API env vars
Some checks failed
CI / bootstrap (push) Successful in 17s
CI / lint (push) Failing after 14s
CI / typecheck (push) Successful in 40s
CI / complexity (push) Successful in 49s
CI / test (3.14) (push) Successful in 2m24s
CI / test (3.13) (push) Successful in 2m42s
CI / test (3.12) (push) Successful in 2m56s
Some checks failed
CI / bootstrap (push) Successful in 17s
CI / lint (push) Failing after 14s
CI / typecheck (push) Successful in 40s
CI / complexity (push) Successful in 49s
CI / test (3.14) (push) Successful in 2m24s
CI / test (3.13) (push) Successful in 2m42s
CI / test (3.12) (push) Successful in 2m56s
This commit is contained in:
parent
ab0c3dd68d
commit
d16c2434a3
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ OPENCODE_SERVER_PASSWORD=your-opencode-server-password
|
||||||
# GitHub
|
# GitHub
|
||||||
GITHUB_TOKEN=your-github-token-here
|
GITHUB_TOKEN=your-github-token-here
|
||||||
|
|
||||||
|
# Forgejo (self-hosted) — used by status oracles with Forgejo backend
|
||||||
|
FORGEJO_URL=https://git.slaid098.dev
|
||||||
|
FORGEJO_TOKEN=your-forgejo-api-token-here
|
||||||
|
|
||||||
# Context7 MCP
|
# Context7 MCP
|
||||||
CONTEXT7_API_KEY=your-context7-api-key-here
|
CONTEXT7_API_KEY=your-context7-api-key-here
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue