From 597bfbe310896649c2eb14c21cca07763425d309 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Wed, 15 Mar 2023 20:48:29 +0800 Subject: [PATCH] chore: update changes/ce/fix-10130.en.md Co-authored-by: Zaiming (Stone) Shi --- changes/ce/fix-10130.en.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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).