BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
00de34a5
Commit
00de34a5
authored
Apr 25, 2018
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'make-ghe-url-consistent-ce-docs' into 'master'
Make ghe url consistent ce docs See merge request gitlab-org/gitlab-ce!18334
parents
d4fe2a9f
f900204a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
github.md
doc/integration/github.md
+2
-2
No files found.
doc/integration/github.md
View file @
00de34a5
...
...
@@ -69,7 +69,7 @@ GitHub will generate an application ID and secret key for you to use.
"name" => "github",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
"url" => "https://github.com/",
"url" => "https://github.
example.
com/",
"args" => { "scope" => "user:email" }
}
]
...
...
@@ -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"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment