Commit f3ad8f3e authored by ibuler's avatar ibuler

[Update] 去掉config信息

parent 78cc46a7
......@@ -2,7 +2,6 @@ package config
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"os"
......@@ -103,7 +102,6 @@ func (c *Config) Load(filepath string) error {
return err
}
err = c.LoadFromEnv()
fmt.Println(c.CoreHost)
return 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