reuse existing metadata storage

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-12-03 10:11:19 +00:00
parent 31bf29cb26
commit 550b0bbfea
2 changed files with 13 additions and 14 deletions

View File

@@ -585,8 +585,8 @@ func DefaultConfig() *Config {
EnableMedialSearch: false,
},
OCDav: OCDav{
WebdavNamespace: "/home/",
DavFilesNamespace: "/users/",
WebdavNamespace: "/users/{{.Id.OpaqueId}}",
DavFilesNamespace: "/users",
},
Archiver: Archiver{
MaxNumFiles: 10000,
@@ -751,7 +751,7 @@ func DefaultConfig() *Config {
ArchiverPrefix: "archiver",
DatagatewayPrefix: "data",
Favorites: false,
OCDavInsecure: false,
OCDavInsecure: true,
OCDavPrefix: "",
OCSPrefix: "ocs",
OCSSharePrefix: "/Shares",
@@ -782,7 +782,7 @@ func DefaultConfig() *Config {
EtagCacheTTL: 0,
},
StorageRegistry: StorageRegistry{
Driver: "static",
Driver: "spaces",
HomeProvider: "/home",
JSON: "",
},