chore: add changelog for configuration information on Dashboard is garbled

This commit is contained in:
Zhongwen Deng 2023-03-15 20:36:09 +08:00
parent c9b736ae23
commit fc2ddc6349
2 changed files with 7 additions and 0 deletions

View File

@ -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).

View File

@ -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).