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