chore: update changes/ce/feat-10389.en.md

This commit is contained in:
JianBo He 2023-04-18 10:49:51 +08:00 committed by GitHub
parent acb30c7957
commit 77d300482c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Unify the config formats for `cluster.core_nodes` and `cluster.statics.seeds`. Unify the config formats for `cluster.core_nodes` and `cluster.statics.seeds`.
Now they both support formats in arrays `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` or semicolon-separated strings `"emqx1@127.0.0.1,emqx2@127.0.0.1"`. Now they both support formats in array `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` or semicolon-separated string `"emqx1@127.0.0.1,emqx2@127.0.0.1"`.