zhangqian
2024-03-23 b68185aed1a86536b01fdfbca6b2cca7bd71a50f
conf/config.go
@@ -23,14 +23,14 @@
type (
   webConf struct {
      Host      string // 本机ip地址
      Port      string // 端口号
      APPort    string // 本机作为的Grpc服务端的端口号
      AlHost    string // 算法服务ip地址
      AlPort    string // 算法服务端口号
      NodeId    string // 主账户用户名
      OssType   string // 对象存储类型
      JWTSecret string
      Host    string // 本机ip地址
      Port    string // 端口号
      APPort  string // 本机作为的Grpc服务端的端口号
      AlHost  string // 算法服务ip地址
      AlPort  string // 算法服务端口号
      NodeId  string // 主账户用户名
      OssType string // 对象存储类型
      JWTKey  string
   }
   nsqConf struct {