feat: rename etcd.ssl to etcd.ssl_options
This commit is contained in:
parent
903b559e4f
commit
0b1a2dd193
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_conf, [
|
||||
{description, "EMQX configuration management"},
|
||||
{vsn, "0.1.17"},
|
||||
{vsn, "0.1.18"},
|
||||
{registered, []},
|
||||
{mod, {emqx_conf_app, []}},
|
||||
{applications, [kernel, stdlib, emqx_ctl]},
|
||||
|
|
|
@ -335,11 +335,12 @@ fields(cluster_etcd) ->
|
|||
desc => ?DESC(cluster_etcd_node_ttl)
|
||||
}
|
||||
)},
|
||||
{"ssl",
|
||||
{"ssl_options",
|
||||
sc(
|
||||
?R_REF(emqx_schema, "ssl_client_opts"),
|
||||
#{
|
||||
desc => ?DESC(cluster_etcd_ssl),
|
||||
alias => [ssl],
|
||||
'readOnly' => true
|
||||
}
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue