Merge pull request #4599 from owncloud/privatelink-capability

enable private links
This commit is contained in:
Michael Barz
2022-11-03 15:58:09 +01:00
committed by GitHub
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,