@@ -7,7 +7,8 @@
## Enhancements
-* change the `/gateway` API path to plural form. [#8823](https://github.com/emqx/emqx/pull/8823)
+* Change the `/gateway` API path to plural form. [#8823](https://github.com/emqx/emqx/pull/8823)
+* Remove `node.etc_dir` from emqx.conf. [#8892](https://github.com/emqx/emqx/pull/8892)
# 5.0.7
@@ -12,7 +12,6 @@ node {
name = "emqx@127.0.0.1"
cookie = emqxsecretcookie
data_dir = "{{ platform_data_dir }}"
- etc_dir = "{{ platform_etc_dir }}"
}
log {
@@ -536,14 +536,6 @@ fields("node") ->
desc => ?DESC(node_applications)
)},
- {"etc_dir",
- sc(
- string(),
- #{
- desc => ?DESC(node_etc_dir),
- 'readOnly' => true
- }
- )},
{"cluster_call",
sc(
?R_REF("cluster_call"),