feat: 补充集成配置变量说明

This commit is contained in:
湛兮
2026-06-11 23:47:46 +08:00
parent 48b0e12272
commit cf1bebf625
3 changed files with 125 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pnpm prisma:migrate:dev --name init
## API
- `GET /health`: dependency configuration and health summary.
- `GET /settings/integration-config`: Jenkins/Gitea/notification/LLM/Database/Redis/Secret Encryption Key configuration status. The response only exposes environment variable names, never secret values.
- `GET /settings/integration-config`: Jenkins/Gitea/notification/LLM/Database/Redis/Secret Encryption Key configuration status and variable help text. The response only exposes environment variable names and safe descriptions, never secret values.
- `GET /projects`: configured project list.
- `GET /projects/:key`: one project by key.
- `GET /deploy-runs`: latest deploy runs.