Commit db1be88f21aca737a375f87d4301a7fb20ac9822
1 parent
415c0f4b
Exists in
spb-stable
and in
3 other branches
Link to the doc.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -178,6 +178,7 @@ production: &base |
178 | 178 | # see https://github.com/gitlabhq/gitlab-public-wiki/wiki/Working-custom-omniauth-provider-configurations |
179 | 179 | # The 'app_id' and 'app_secret' parameters are always passed as the first two |
180 | 180 | # arguments, followed by optional 'args' which can be either a hash or an array. |
181 | + # Documentation for this is available at http://doc.gitlab.com/ce/integration/omniauth.html | |
181 | 182 | providers: |
182 | 183 | # - { name: 'google_oauth2', app_id: 'YOUR APP ID', |
183 | 184 | # app_secret: 'YOUR APP SECRET', | ... | ... |