feat: rename etcd.ssl to etcd.ssl_options
This commit is contained in:
parent
903b559e4f
commit
0b1a2dd193
|
@ -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]},
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue