feat: rename etcd.ssl to etcd.ssl_options

This commit is contained in:
Zhongwen Deng 2023-04-24 14:40:30 +08:00
parent 903b559e4f
commit 0b1a2dd193
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_conf, [ {application, emqx_conf, [
{description, "EMQX configuration management"}, {description, "EMQX configuration management"},
{vsn, "0.1.17"}, {vsn, "0.1.18"},
{registered, []}, {registered, []},
{mod, {emqx_conf_app, []}}, {mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib, emqx_ctl]}, {applications, [kernel, stdlib, emqx_ctl]},

View File

@ -335,11 +335,12 @@ fields(cluster_etcd) ->
desc => ?DESC(cluster_etcd_node_ttl) desc => ?DESC(cluster_etcd_node_ttl)
} }
)}, )},
{"ssl", {"ssl_options",
sc( sc(
?R_REF(emqx_schema, "ssl_client_opts"), ?R_REF(emqx_schema, "ssl_client_opts"),
#{ #{
desc => ?DESC(cluster_etcd_ssl), desc => ?DESC(cluster_etcd_ssl),
alias => [ssl],
'readOnly' => true 'readOnly' => true
} }
)} )}