diff options
author | Wu Cheng-Han | 2017-03-14 18:04:23 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-03-14 18:04:23 +0800 |
commit | 506a381eca5e2bdc31d3529ecd3f1f7797551406 (patch) | |
tree | 99e91e926d3a30a2ecba7c5b3ef7af47efd08cfe /config.json.example | |
parent | baf13072c1eedf5bb8ba126059043241d104a99a (diff) |
Add config option for gitlab api scope and auto adapt gitlab snippet feature on it
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 9ee00c09..87c04ed0 100644 --- a/config.json.example +++ b/config.json.example @@ -36,7 +36,8 @@ "gitlab": { "baseURL": "change this", "clientID": "change this", - "clientSecret": "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')" }, "dropbox": { "clientID": "change this", |