Merge pull request #7997 from thalesmg/fix-dashboard-verify-opt

fix(dashboard): use atom for `verify` tls option in dashboard listener
This commit is contained in:
Thales Macedo Garitezi 2022-05-19 17:15:00 -03:00 committed by GitHub
commit e8aa53feec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@
]}.
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
{datatype, string}
{datatype, atom}
]}.
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
@ -149,4 +149,3 @@
end
end, [http, https]))
end}.