Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-08 00:49:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-08 00:49:05 +0300
commit49d6721329bd9fccf656bb750ee8f6c712852cf6 (patch)
tree243e4fe320c8ef0443b7243ce3dfc6426a1578c3 /config
parent9a3afa4d19afa4622c7ed1217d4b239549eac166 (diff)
Add gitlab to oauth providers
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 59af49c0180..2f10eae0b2f 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' } }