We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa8821 commit 3265f68Copy full SHA for 3265f68
config/config.go
@@ -23,7 +23,7 @@ func Init() {
23
viper.SetDefault("storage.sqlite.db_name", "numary")
24
viper.SetDefault("storage.postgres.conn_string", "postgresql://localhost/postgres")
25
viper.SetDefault("server.http.bind_address", "localhost:3068")
26
- viper.SetDefault("ledgers", []string{"quickstart"})
+ viper.SetDefault("ledgers", []interface{}{"quickstart"})
27
28
viper.SetConfigName("numary")
29
viper.SetConfigType("yaml")
0 commit comments