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-03-01 13:30:22 +0300
committerChia Yu Pai <fantasyatelier@gmail.com>2016-03-01 13:30:22 +0300
commitda866795edcf77298741f7acc70dd49daeec9eed (patch)
treed8c70e52520037c360eea9de403422256ae7d1d1 /doc/integration/github.md
parenta97c51580ee996046725d570bc36b96feb9982b5 (diff)
Update github default callback url
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r--doc/integration/github.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index dbcb2d6a006..ce2434330ea 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -17,8 +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/'
- - If install from source, default callback URL is '${YOUR_DOMAIN}/import/github/callback'
+ - 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).