fix(users-rpc): 移除未使用的 DataSource 配置字段

This commit is contained in:
zetaloop
2026-05-03 07:42:24 +08:00
parent 631469a713
commit 776ecc479f
+1 -2
View File
@@ -12,8 +12,7 @@ type JwtConfig struct {
type Config struct {
zrpc.RpcServerConf
DataSource string `json:"dataSource"`
DB struct {
DB struct {
Master string
Slave string
}