zhangqian
2023-08-15 f5461743f6542e6b4a793117e05777769f9c3377
conf/config.go
@@ -76,6 +76,10 @@
      IP     string // tmp ip
   }
   Services struct {
      ApsServer string
   }
   config struct {
      // 系统配置
      System System
@@ -103,6 +107,9 @@
      // k8s配置
      K8s K8s
      //Services Address
      Services Services
   }
)