changed config to prod

This commit is contained in:
kageru 2018-06-06 17:29:49 +02:00
parent a30c1b5d65
commit 5a1b51195b
Signed by untrusted user: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -31,7 +31,7 @@ type Config struct {
func readConfig() Config {
file, _ := os.Open("config2.json")
file, _ := os.Open("config.json")
conf := Config{}
json.NewDecoder(file).Decode(&conf)
file.Close()