We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eee800 + 5395112 commit 8639316Copy full SHA for 8639316
1 file changed
config/config.go
@@ -66,7 +66,7 @@ func configFiles() []string {
66
// Get returns the configuration extracted from env variables or config file.
67
func Get() *Configuration {
68
conf := new(Configuration)
69
- err := configor.New(&configor.Config{ENVPrefix: "GOTIFY"}).Load(conf, configFiles()...)
+ err := configor.New(&configor.Config{ENVPrefix: "GOTIFY", Silent: true}).Load(conf, configFiles()...)
70
if err != nil {
71
panic(err)
72
}
0 commit comments