File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,6 @@ When prompted for permissions, choose the following:
8686
8787You will then need to set the following configuration values :
8888
89- In [`sentry/sentry.conf.py`](https://github.com/getsentry/self-hosted/blob/master/sentry/sentry.conf.example.py)
90-
91- ` ` ` python
92- GITHUB_APP_ID="<App ID>"
93- GITHUB_API_SECRET="<Client secret>"
94- GITHUB_REQUIRE_VERIFIED_EMAIL = True # Optional but recommended
95-
96- # Only if you are using GitHub Enterprise
97- #GITHUB_BASE_DOMAIN = "git.example.com"
98- #GITHUB_API_DOMAIN = "api.git.example.com"
99- ` ` `
10089In [`sentry/config.yaml`](https://github.com/getsentry/self-hosted/blob/master/sentry/config.example.yml)
10190
10291` ` ` yaml
@@ -117,6 +106,7 @@ github-app.private-key: |
117106# Only needed if you have multiple organizations enabled
118107github-login.client-id: '<Client ID>'
119108github-login.client-secret: '<Client secret>'
109+ github-login.require-verified-email: true # Optional but recommended
120110` ` `
121111
122112This will also enable the [GitHub Integration](/integrations/github/) for your instance.
You can’t perform that action at this time.
0 commit comments