Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia Yu Pai <fantasyatelier@gmail.com>2016-01-15 09:22:36 +0300
committerChia Yu Pai <fantasyatelier@gmail.com>2016-01-15 09:22:36 +0300
commita97c51580ee996046725d570bc36b96feb9982b5 (patch)
treeb48dce3cdc9c971e0f4960372139d5dc5293d508 /doc/integration/github.md
parent041ca926e0b6c8ae1b9ac66fd3432dd40d0592af (diff)
Update github.md
add default callback URL path
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r--doc/integration/github.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index a789d2c814f..dbcb2d6a006 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -18,6 +18,7 @@ GitHub will generate an application ID and secret key for you to use.
- 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/'
+ - If install from source, default 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).