Commit 156788a1 authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

Merge remote-tracking branch 'origin/master' into continuousQueries

parents 07c541a0 32f44d11
......@@ -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