[main] docs: update README with comments on GITLAB configuration options

📝 Details:
- Added comments for USE_GITLAB_WIKI and USE_MILESTONE options for clarity.
This commit is contained in:
simple
2025-05-30 00:16:39 +09:00
parent 6d452be0b0
commit 1762a5851c

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?
} }
} }
} }