more tests

This commit is contained in:
redanthrax 2022-06-22 19:19:26 -07:00
parent 2e095270f5
commit 234f524a0e
7 changed files with 161 additions and 4 deletions

View file

@ -14,6 +14,7 @@ func NewAgentConfig() *AgentConfig {
viper.SetConfigType("json")
viper.AddConfigPath("/etc/")
viper.AddConfigPath(".")
viper.AddConfigPath("../.")
err := viper.ReadInConfig()
if err != nil {