make edition configurable

This commit is contained in:
Michael Barz
2023-05-08 09:46:41 +02:00
parent 8be428c605
commit 86fbfa5d8c
4 changed files with 4 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ func DefaultConfig() *config.Config {
DefaultUploadProtocol: "tus",
EnableResharing: true,
SearchMinLength: 3,
Edition: "Community",
Checksums: config.Checksums{
SupportedTypes: []string{"sha1", "md5", "adler32"},
PreferredUploadType: "sha1",