From fc2ddc634955192b053e463305e6d31fae3f961b Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Wed, 15 Mar 2023 20:36:09 +0800 Subject: [PATCH] chore: add changelog for configuration information on Dashboard is garbled --- changes/ce/fix-10130.en.md | 4 ++++ changes/ce/fix-10130.zh.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 changes/ce/fix-10130.en.md create mode 100644 changes/ce/fix-10130.zh.md diff --git a/changes/ce/fix-10130.en.md b/changes/ce/fix-10130.en.md new file mode 100644 index 000000000..d829e2c72 --- /dev/null +++ b/changes/ce/fix-10130.en.md @@ -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). diff --git a/changes/ce/fix-10130.zh.md b/changes/ce/fix-10130.zh.md new file mode 100644 index 000000000..19c092fdf --- /dev/null +++ b/changes/ce/fix-10130.zh.md @@ -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).