diff options
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", |