Просмотр исходного кода

chore: add changelog for configuration information on Dashboard is garbled

Zhongwen Deng 2 лет назад
Родитель
Сommit
fc2ddc6349
2 измененных файлов с 7 добавлено и 0 удалено
  1. 4 0
      changes/ce/fix-10130.en.md
  2. 3 0
      changes/ce/fix-10130.zh.md

+ 4 - 0
changes/ce/fix-10130.en.md

@@ -0,0 +1,4 @@
+Fix the EMQX node started by environment variable configuration cannot get the correct configuration information through HTTP API.
+For example: `EMQX_STATSD__SERVER='127.0.0.1:8124' . /bin/emqx start`
+and the Statsd configuration information on Dashboard is garbled (not '127.0.0.1:8124').
+Related PR: [HOCON:234](https://github.com/emqx/hocon/pull/234).

+ 3 - 0
changes/ce/fix-10130.zh.md

@@ -0,0 +1,3 @@
+修复通过环境变量配置启动的 EMQX 节点无法通过HTTP API获取到正确的配置信息。
+比如:`EMQX_STATSD__SERVER='127.0.0.1:8124' ./bin/emqx start` 后通过 Dashboard看到的 Statsd 配置信息是乱码。
+相关 PR: [HOCON:234](https://github.com/emqx/hocon/pull/234).