diff --git a/changes/ce/fix-10130.en.md b/changes/ce/fix-10130.en.md index d829e2c72..98484e38f 100644 --- a/changes/ce/fix-10130.en.md +++ b/changes/ce/fix-10130.en.md @@ -1,4 +1,3 @@ -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). +Fix garbled config display in dashboard when the value is originally from environment variables. +For example, `env EMQX_STATSD__SERVER='127.0.0.1:8124' . /bin/emqx start` results in unreadable string (not '127.0.0.1:8124') displayed in Dashboard's Statsd settings page. +Related PR: [HOCON#234](https://github.com/emqx/hocon/pull/234).