Skip to content

Commit

Permalink
feat: change default value of uploadMode
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry authored Sep 12, 2023
1 parent f696cdb commit a8793cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
viper.SetDefault("app.port", "8080")
viper.SetDefault("app.admin.username", "admin")
viper.SetDefault("app.admin.password", "password")
viper.SetDefault("app.uploadMode", "memory")
viper.SetDefault("app.uploadMode", "file")

viper.ReadInConfig()

Expand Down

0 comments on commit a8793cc

Please sign in to comment.