summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-07-31 10:55:08 +0200
committerGitHub2018-07-31 10:55:08 +0200
commit881ca88c517ab1c212196e43bd6bc865ba7a8254 (patch)
tree9c8d2a7882b80653a724272aea1bc5bc956ef888 /README.md
parent48ddcef31c4c13557e1bd2fbc128e82e0e2df5d8 (diff)
parent66d374b1289e6dd33008dc931e9fb642051724d0 (diff)
Merge pull request #908 from micedre/gitlabV4
Add possibility to choose between version v3 or v4 for the gitlab api.
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9f0d4bd..e0f7aca8 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,7 @@ There are some config settings you need to change in the files below.
| `CMD_GITLAB_BASEURL` | no example | GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional) |
| `CMD_GITLAB_CLIENTID` | no example | GitLab API client id |
| `CMD_GITLAB_CLIENTSECRET` | no example | GitLab API client secret |
+| `CMD_GITLAB_VERSION` | no example | GitLab API version (v3 or v4) |
| `CMD_MATTERMOST_BASEURL` | no example | Mattermost authentication endpoint |
| `CMD_MATTERMOST_CLIENTID` | no example | Mattermost API client id |
| `CMD_MATTERMOST_CLIENTSECRET` | no example | Mattermost API client secret |