Update site_settings.yml
disable verbose sso logging by default
This commit is contained in:
parent
e4e37fe70c
commit
50a44695ec
|
@ -266,7 +266,7 @@ login:
|
|||
client: true
|
||||
default: false
|
||||
enable_sso_provider: false
|
||||
verbose_sso_logging: true
|
||||
verbose_sso_logging: false
|
||||
sso_url:
|
||||
default: ''
|
||||
regex: '^https?:\/\/.+[^\/]$'
|
||||
|
|
Loading…
Reference in New Issue