fix(config): fixed issue setting generic oauth name via ENV variable, fixes #6974

This commit is contained in:
Torkel Ödegaard 2016-12-15 14:08:39 +01:00
parent 0c94194a5b
commit 597ebb1161
2 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,7 @@ allowed_organizations =
#################################### Generic OAuth #######################
[auth.generic_oauth]
name = OAuth
enabled = false
allow_sign_up = true
client_id = some_id

View File

@ -219,6 +219,7 @@
#################################### Generic OAuth ##########################
[auth.generic_oauth]
;enabled = false
;name = OAuth
;allow_sign_up = true
;client_id = some_id
;client_secret = some_secret