Commit 32f44d11 authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 删除无效配置

parent 7d96165c
......@@ -16,7 +16,6 @@ func Load(denv string, didc string) {
bytes, err := ioutil.ReadAll(resp.Body)
err = json.Unmarshal(bytes, &GlobalConfig)
GlobalConfig.Env = denv
GlobalConfig.InfluxDb.Host = "http://172.20.6.33"
if nil != err {
logger.Error.Println(err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment