Skip to content

Commit

Permalink
feat: rename etcd.ssl to etcd.ssl_options
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Apr 24, 2023
1 parent 903b559 commit 0b1a2dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/emqx_conf/src/emqx_conf.app.src
Original file line number Diff line number Diff line change
@@ -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]},
Expand Down
3 changes: 2 additions & 1 deletion apps/emqx_conf/src/emqx_conf_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
)}
Expand Down

0 comments on commit 0b1a2dd

Please sign in to comment.