feat: 迁移plant
This commit is contained in:
@@ -12,7 +12,10 @@ type Config struct {
|
||||
AccessExpire int64
|
||||
}
|
||||
SystemRpc zrpc.RpcClientConf
|
||||
Redis struct {
|
||||
// 各业务 RPC(可选,新增小程序时在此追加)
|
||||
PlantRpc zrpc.RpcClientConf `json:",optional"`
|
||||
// RadioRpc zrpc.RpcClientConf `json:",optional"` // 待接入
|
||||
Redis struct {
|
||||
Host string
|
||||
Pass string
|
||||
DB int `json:",optional"`
|
||||
|
||||
Reference in New Issue
Block a user