fix(GRO-2089): correct Authentik customer credential source in UAT_PLAYBOOK §5.25 (#42)
CI / Test (push) Successful in 24s
CI / Lint & Typecheck (push) Successful in 29s
CI / Build & Push Docker Image (push) Successful in 15s

fix(GRO-2089): correct Authentik customer credential source in UAT_PLAYBOOK §5.25
This commit was merged in pull request #42.
This commit is contained in:
2026-06-02 14:48:03 +00:00
parent f29f1828c8
commit 903ce2d675
2 changed files with 17 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}