fix(users-rpc): 移除未使用的 DataSource 配置字段
This commit is contained in:
@@ -12,8 +12,7 @@ type JwtConfig struct {
|
||||
|
||||
type Config struct {
|
||||
zrpc.RpcServerConf
|
||||
DataSource string `json:"dataSource"`
|
||||
DB struct {
|
||||
DB struct {
|
||||
Master string
|
||||
Slave string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user