We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31448c commit 99f4dfaCopy full SHA for 99f4dfa
configuration/defaults.go
@@ -25,6 +25,7 @@ func setDefaults(dataDir, userDir string) {
25
// logging
26
viper.SetDefault("logging.level", "info")
27
viper.SetDefault("logging.format", "text")
28
+
29
// board manager
30
viper.SetDefault("board_manager.additional_urls", []string{})
31
0 commit comments