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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-04-12 11:32:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-12 11:34:05 +0300
commitf900204ade9fcd4b891f1605ff482141822a816c (patch)
treeba07c96ccff1f9c09aaa300dd3a72818e7d2945a /doc/integration/github.md
parentfca03376bd42b503badf3ae6cc8b79eed132c099 (diff)
Correct another one github.example.com
[ci skip]
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r--doc/integration/github.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index 1af295b3742..23bb8ef9303 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -125,7 +125,7 @@ For omnibus package:
"name" => "github",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
- "url" => "https://github.com/",
+ "url" => "https://github.example.com/",
"verify_ssl" => false,
"args" => { "scope" => "user:email" }
}