From aec1a84042a789bc5a7926ec91b49c2b689e081d Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Sun, 23 Dec 2012 07:49:11 -0800 Subject: Allow the OmniAuth provider args parameter to pass through as either an Array or a Hash. --- config/gitlab.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f47625eb132..786a32cf473 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -66,6 +66,8 @@ omniauth: # Uncomment the lines and fill in the data of the auth provider you want to use # If your favorite auth provider is not listed you can user others: # see https://github.com/gitlabhq/gitlabhq/wiki/Using-Custom-Omniauth-Providers + # The 'app_id' and 'app_secret' parameters are always passed as the first two + # arguments, followed by optional 'args' which can be either a hash or an array. providers: # - { name: 'google_oauth2', app_id: 'YOUR APP ID', # app_secret: 'YOUR APP SECRET', -- cgit v1.2.1