chore: update changes/ce/fix-10130.en.md

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
zhongwencool 2023-03-15 20:48:29 +08:00 committed by GitHub
parent 60677bc400
commit 597bfbe310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

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