mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
document default preferred sha1 checksum
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
mmattel
parent
13dbbd8440
commit
b559466703
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user