Skip to content

Commit 0cccfe4

Browse files
committed
update readme
1 parent 4ed56af commit 0cccfe4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ docker run -p 8080:8080 -e GITLAB_BASE_URL=https://gitlab.com -e GITLAB_API_TOKE
3939

4040
## Environment variables
4141

42-
| Variable | Description | Required |
43-
| --------------------- | ------------------------------------------------------------------------------------------------------ | -------- |
44-
| GITLAB_BASE_URL | The base url to the Gitlab server (e.g: https://gitlab.com) | yes |
45-
| GITLAB_API_TOKEN | A readonly access token generated in Gitlab (see: https://gitlab.com/-/profile/personal_access_tokens) | yes |
46-
| GITLAB_GROUP_ONLY_IDS | Provide a comma seperated string of group ids which will only be visibile (e.g: 123,789,888) | no |
47-
| GITLAB_GROUP_SKIP_IDS | Provide a comma seperated string of group ids which will be ignored (e.g: 123,789,888) | no |
42+
| Variable | Type | Description | Required |
43+
| --------------------------- | ------- | ------------------------------------------------------------------------------------------------------ | -------- |
44+
| GITLAB_BASE_URL | string | The base url to the Gitlab server (e.g: https://gitlab.com) | yes |
45+
| GITLAB_API_TOKEN | string | A readonly access token generated in Gitlab (see: https://gitlab.com/-/profile/personal_access_tokens) | yes |
46+
| GITLAB_GROUP_ONLY_IDS | string | Provide a comma seperated string of group ids which will only be visibile (e.g: 123,789,888) | no |
47+
| GITLAB_GROUP_SKIP_IDS | string | Provide a comma seperated string of group ids which will be ignored (e.g: 123,789,888) | no |
48+
| GITLAB_GROUP_ONLY_TOP_LEVEL | boolean | Show only top level groups (no child groups) | no |
4849

4950
## Why?
5051

0 commit comments

Comments
 (0)