jiangshuai
2023-11-08 61443bcd5245cd0669f0dedc89243994411a7f66
conf/config.go
@@ -23,11 +23,13 @@
type (
   webConf struct {
      Host      string // 本机ip地址
      Port      string // 端口号
      NodeId    string // 主账户用户名
      OssType   string // 对象存储类型
      JWTSecret string
      Host       string // 本机ip地址
      Port       string // 端口号
      NodeId     string // 主账户用户名
      OssType    string // 对象存储类型
      JWTSecret  string
      FileServer string //文件服务器地址
      ServerId   string //服务ID
   }
   localConf struct {