chore: upgrade hocon to 0.39.1

This commit is contained in:
某文 2023-04-13 20:19:39 +08:00 committed by Zhongwen Deng
parent 933e6727ba
commit 1ef74f1ada
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Now `cluster.core_nodes` and `cluster.statics.seeds` are specified in the same way.
configure them as `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` and `"emqx1@127.0.0.1,emqx2@127.0.0.1"` has the same effect.