diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 59af49c0180802c1c732e366c0d82b35d62df825..2f10eae0b2fb883131761ef2e83c8a4531359524 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -227,6 +227,9 @@ production: &base # - { name: 'github', app_id: 'YOUR APP ID', # app_secret: 'YOUR APP SECRET', # args: { scope: 'user:email' } } + # - { name: 'gitlab', app_id: 'YOUR APP ID', + # app_secret: 'YOUR APP SECRET', + # args: { scope: 'api' } }