Commit 597ebb11 by Torkel Ödegaard

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

parent 0c94194a
......@@ -243,6 +243,7 @@ allowed_organizations =
#################################### Generic OAuth #######################
[auth.generic_oauth]
name = OAuth
enabled = false
allow_sign_up = true
client_id = some_id
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment