diff options
author | Achilleas Pipinellis <axilleas@users.noreply.github.com> | 2016-03-28 20:40:59 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@users.noreply.github.com> | 2016-03-28 20:40:59 +0300 |
commit | bf7aac74a492c6de79001abbf3b41e23738509a7 (patch) | |
tree | 4efa09189c5ddadbc9a5a5cc7462cdec906090e2 /doc/integration | |
parent | 30e4d3ce9a18340c689557cd0c7b5f69e48795d4 (diff) | |
parent | da866795edcf77298741f7acc70dd49daeec9eed (diff) | |
download | gitlab-ce-bf7aac74a492c6de79001abbf3b41e23738509a7.tar.gz |
Merge pull request #9978 from fantasywind/patch-2
Update github.md
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/github.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md index 886784a27c9..1890edd7a4c 100644 --- a/doc/integration/github.md +++ b/doc/integration/github.md @@ -17,7 +17,7 @@ GitHub will generate an application ID and secret key for you to use. - Application name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive. - Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com' - Application description: Fill this in if you wish. - - Authorization callback URL: 'https://gitlab.company.com/' + - Default authorization callback URL is '${YOUR_DOMAIN}/import/github/callback' 1. Select "Register application". 1. You should now see a Client ID and Client Secret near the top right of the page (see screenshot). |