mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(config): fixed issue setting generic oauth name via ENV variable, fixes #6974
This commit is contained in:
parent
0c94194a5b
commit
597ebb1161
@ -243,6 +243,7 @@ allowed_organizations =
|
|||||||
|
|
||||||
#################################### Generic OAuth #######################
|
#################################### Generic OAuth #######################
|
||||||
[auth.generic_oauth]
|
[auth.generic_oauth]
|
||||||
|
name = OAuth
|
||||||
enabled = false
|
enabled = false
|
||||||
allow_sign_up = true
|
allow_sign_up = true
|
||||||
client_id = some_id
|
client_id = some_id
|
||||||
|
@ -219,6 +219,7 @@
|
|||||||
#################################### Generic OAuth ##########################
|
#################################### Generic OAuth ##########################
|
||||||
[auth.generic_oauth]
|
[auth.generic_oauth]
|
||||||
;enabled = false
|
;enabled = false
|
||||||
|
;name = OAuth
|
||||||
;allow_sign_up = true
|
;allow_sign_up = true
|
||||||
;client_id = some_id
|
;client_id = some_id
|
||||||
;client_secret = some_secret
|
;client_secret = some_secret
|
||||||
|
Loading…
Reference in New Issue
Block a user