Merge pull request #63 from zereight/test/20250530

[main] docs: update README with comments on GITLAB configuration options
This commit is contained in:
zereight
2025-05-30 00:18:21 +09:00
committed by GitHub

View File

@ -26,8 +26,8 @@ When using with the Claude App, you need to set up your API key and URLs directl
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token", "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token",
"GITLAB_API_URL": "your_gitlab_api_url", "GITLAB_API_URL": "your_gitlab_api_url",
"GITLAB_READ_ONLY_MODE": "false", "GITLAB_READ_ONLY_MODE": "false",
"USE_GITLAB_WIKI": "false", "USE_GITLAB_WIKI": "false", // use wiki api?
"USE_MILESTONE": "false" "USE_MILESTONE": "false" // use milestone api?
} }
} }
} }