Commit c5ae1549a1d09599734ccaab27e90a8752f1ede6

Authored by Florian Unglaub
1 parent a64aff2f

Adding default values for omniauth settings so tests don't failt

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -51,6 +51,10 @@ git:
51 51 git_timeout: 10
52 52  
53 53 # Omniauth configuration
  54 +omniauth:
  55 + enabled: false
  56 + providers:
  57 +
54 58 # omniauth:
55 59 # enabled: true
56 60 # providers:
... ...