Merge remote-tracking branch 'jason/issue/658' into development

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2023-04-16 18:43:59 -06:00
10 changed files with 191 additions and 59 deletions

View File

@@ -14,8 +14,10 @@ import (
"gopkg.in/yaml.v2"
)
var ConfigFile string
var DefaultConfig string
var (
ConfigFile string
DefaultConfig string
)
// used as fallback if DefaultConfig can't be read
var FallBackConf = `---