Add gitlab to oauth providers

This commit is contained in:
Dmitriy Zaporozhets 2015-02-07 13:49:05 -08:00
parent 9a3afa4d19
commit 49d6721329
1 changed files with 3 additions and 0 deletions

View File

@ -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' } }