From 49d6721329bd9fccf656bb750ee8f6c712852cf6 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Sat, 7 Feb 2015 13:49:05 -0800
Subject: [PATCH] Add gitlab to oauth providers

---
 config/gitlab.yml.example | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 59af49c018080..2f10eae0b2fb8 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' } }
 
 
 
-- 
GitLab