Set gitlabs scope to 'api', the only support scope.

Fixes #3987
pull/4109/head
Seth Shelnutt 10 years ago
parent da857f1b1c
commit a69607e6aa
  1. 1
      packages/rocketchat-gitlab/common.coffee

@ -1,6 +1,7 @@
config =
serverURL: 'https://gitlab.com'
identityPath: '/api/v3/user'
scope: 'api'
addAutopublishFields:
forLoggedInUser: ['services.gitlab']
forOtherUsers: ['services.gitlab.username']

Loading…
Cancel
Save