1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WTF-400 NewRelic extracted to new config format

This commit is contained in:
Chris Cummer
2019-04-15 21:01:25 -07:00
parent 8ad8d942d0
commit b6d845b734
4 changed files with 43 additions and 14 deletions

View File

@@ -15,7 +15,8 @@ func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
localConfig, _ := ymlConfig.Get("wtf.mods.todo")
settings := Settings{
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
filePath: localConfig.UString("filename"),
}