wangchuanjin 2 年之前
父节点
当前提交
a1621092b4
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      jyBXSubscribe/api/internal/config/config.go

+ 3 - 6
jyBXSubscribe/api/internal/config/config.go

@@ -15,12 +15,9 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
-	Subscribe            zrpc.RpcClientConf
-	MgoLogsName          string
-	MgoLogsCount         int
-	UserCenterKey        string
-	PowerCheckCenterKey  string
-	EntManageApplication string
+	Subscribe    zrpc.RpcClientConf
+	MgoLogsName  string
+	MgoLogsCount int
 }
 
 type Db struct {