chore: update changes/ce/fix-10130.en.md
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
60677bc400
commit
597bfbe310
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue