document default preferred sha1 checksum

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-11-03 15:38:53 +00:00
committed by mmattel
parent 13dbbd8440
commit b559466703

View File

@@ -84,7 +84,7 @@ func DefaultConfig() *config.Config {
SearchMinLength: 3,
Checksums: config.Checksums{
SupportedTypes: []string{"sha1", "md5", "adler32"},
PreferredUploadType: "",
PreferredUploadType: "sha1",
},
AppHandler: config.AppHandler{
Prefix: "app",