added access token path

pull/1005/head
Aaron Ogle 10 years ago
parent 00a829408d
commit faed8b9476
  1. 1
      packages/rocketchat-github-enterprise/common.coffee

@ -2,6 +2,7 @@ config =
serverURL: ''
identityPath: '/api/v3/user'
authorizePath: '/login/oauth/authorize'
tokenPath: '/login/oauth/access_token'
addAutopublishFields:
forLoggedInUser: ['services.github-enterprise']
forOtherUsers: ['services.github-enterprise.username']

Loading…
Cancel
Save