From 187a87f749d5eb5258221dc95e2d3b8347a653f7 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Thu, 12 Jun 2025 16:08:22 +0800 Subject: [PATCH] update comment. --- config/discovery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/discovery.yml b/config/discovery.yml index 340407023..169bb4447 100644 --- a/config/discovery.yml +++ b/config/discovery.yml @@ -2,6 +2,8 @@ enable: etcd etcd: rootDirectory: openim address: [localhost:12379] + ## Attention: If you set auth in etcd + ## you must also update the username and password in Chat project. # username: "openIM" # password: "openIM123"