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 } )