From 776ecc479f7892375c0c8301133c66a1e9da990f Mon Sep 17 00:00:00 2001 From: zetaloop Date: Sun, 3 May 2026 07:42:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(users-rpc):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20DataSource=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/users/rpc/internal/config/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/users/rpc/internal/config/config.go b/app/users/rpc/internal/config/config.go index 1307d87..4171d32 100644 --- a/app/users/rpc/internal/config/config.go +++ b/app/users/rpc/internal/config/config.go @@ -12,8 +12,7 @@ type JwtConfig struct { type Config struct { zrpc.RpcServerConf - DataSource string `json:"dataSource"` - DB struct { + DB struct { Master string Slave string }