package config import ( "app.yhyue.com/moapp/jybase/mysql" "bp.jydev.jianyu360.cn/BaseService/biService/entity" "github.com/zeromicro/go-zero/core/logx" "github.com/zeromicro/go-zero/zrpc" ) var IC Config type ProductMap struct { } type Config struct { zrpc.RpcServerConf UserCenterRpc zrpc.RpcClientConf FileCenterRpc zrpc.RpcClientConf Logx logx.LogConf Mysql struct { JianYu *mysql.Mysql JyDoc *mysql.Mysql Bi *mysql.Mysql Tidb *mysql.Mysql BiTidb *mysql.Mysql CallTidb *mysql.Mysql BiService *mysql.Mysql WorkOrder *mysql.Mysql } Mongo struct { Qfw struct { MongodbAddr string Size int DbName string } Bidding struct { MongodbAddr string Size int DbName string UserName string Password string } Qyxy struct { MongodbAddr string Size int DbName string UserName string Password string } PingAn struct { MongodbAddr string Size int DbName string UserName string Password string } } Es struct { Address string DbSize int Index string IType string Version string UserName string Password string } EntEs struct { Address string DbSize int Version string UserName string Password string } CustomerCol string AddCountLimit int DrawCountLimit int TopicName string NsqUrl string RedisAddress []string Hlyj struct { Appid string Account string Secret string TokenUrl string CallFlag int CallUrl string Integratedid string } PublicKey string Mail []struct { Addr string Port int Pwd string User string } UpdateProjectUrl string ExportDirectory string ComFileDir string ExportCount int ExportUrl string ComFileUrl string ResourceCenterKey string OssBucketName string OssUrl string AllocationCap int64 ProductArr []entity.ProductMap EntId int64 }