diff --git a/core/config.go b/core/config.go index f331d5e..8acf111 100644 --- a/core/config.go +++ b/core/config.go @@ -44,9 +44,9 @@ func LoadConfigFromTOML(configPath string) (*Config, error) { func LoadConfig() (*Config, error) { configLocations := []string{ - "/etc/status/", + //"/etc/status/", "proto/", - "../", + //"../", } errMsgPath := "" for _, directory := range configLocations {