diff options
author | Gosia Ksionek <mksionek@gitlab.com> | 2019-05-07 13:51:34 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-05-07 13:51:34 +0000 |
commit | a4cf01f32e601e73ef7c946274092da7cfa8d008 (patch) | |
tree | 38be2e87623dcc89a1197cd463dc481047f2b89e /config/gitlab.yml.example | |
parent | 5290c5c32b39914888665b7e792a2a2a61492e06 (diff) | |
download | gitlab-ce-a4cf01f32e601e73ef7c946274092da7cfa8d008.tar.gz |
Remove from providers with icon
Remove puts
Remove puts
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2f822805b25..bff809b7661 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -940,6 +940,10 @@ test: app_id: 'YOUR_CLIENT_ID', app_secret: 'YOUR_CLIENT_SECRET', args: { scope: 'aq:name email~rs address aq:push' } } + - { name: 'salesforce', + app_id: 'YOUR_CLIENT_ID', + app_secret: 'YOUR_CLIENT_SECRET' + } ldap: enabled: false servers: |