summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-07-31 10:55:08 +0200
committerGitHub2018-07-31 10:55:08 +0200
commit881ca88c517ab1c212196e43bd6bc865ba7a8254 (patch)
tree9c8d2a7882b80653a724272aea1bc5bc956ef888 /config.json.example
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--config.json.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 1f2ec3d5..16c95509 100644
--- a/config.json.example
+++ b/config.json.example
@@ -55,7 +55,8 @@
"baseURL": "change this",
"clientID": "change this",
"clientSecret": "change this",
- "scope": "use 'read_user' scope for auth user only or remove this property if you need gitlab snippet import/export support (will result to be default scope 'api')"
+ "scope": "use 'read_user' scope for auth user only or remove this property if you need gitlab snippet import/export support (will result to be default scope 'api')",
+ "version": "use 'v4' if gitlab version > 11, 'v3' otherwise. Default to 'v4'"
},
"mattermost": {
"baseURL": "change this",