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.
1 parent 3b4c4e2 commit cbf387aCopy full SHA for cbf387a
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