Skip to content

Commit 6c94354

Browse files
committed
change default env options
1 parent 7e17746 commit 6c94354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Config struct {
2222
Persist bool
2323
System string `env:"EXPLO_SYSTEM"`
2424
Debug bool `env:"DEBUG" env-default:"false"`
25-
LogLevel string `env:"LOG_LEVEL" env-default:"WARN"`
25+
LogLevel string `env:"LOG_LEVEL" env-default:"INFO"`
2626
}
2727

2828
type Flags struct {
@@ -80,7 +80,7 @@ type Filters struct {
8080
Extensions []string `env:"EXTENSIONS" env-default:"flac,mp3"`
8181
MinBitDepth int `env:"MIN_BIT_DEPTH" env-default:"8"`
8282
MinBitRate int `env:"MIN_BITRATE" env-default:"256"`
83-
FilterList []string `env:"FILTER_LIST" env-default:"live,remix,instrumental,extended"`
83+
FilterList []string `env:"FILTER_LIST" env-default:"live,remix,instrumental,extended,clean,acapella"`
8484
}
8585

8686
type Youtube struct {

0 commit comments

Comments
 (0)