enable private links

This commit is contained in:
Michael Barz
2022-09-15 15:12:15 +02:00
parent fbbbb82bda
commit 29b5c976fa
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
}
filesCfg := map[string]interface{}{
"private_links": false,
"private_links": true,
"bigfilechunking": false,
"blacklisted_files": []string{},
"undelete": true,