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