mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 17:55:24 +02:00
[docs-only] Set messagepack as default metadata backend
This commit is contained in:
@@ -61,7 +61,7 @@ func DefaultConfig() *config.Config {
|
||||
UsersProviderEndpoint: "localhost:9144",
|
||||
},
|
||||
S3NG: config.S3NGDriver{
|
||||
MetadataBackend: "xattrs",
|
||||
MetadataBackend: "messagepack",
|
||||
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
||||
ShareFolder: "/Shares",
|
||||
UserLayout: "{{.Id.OpaqueId}}",
|
||||
|
||||
Reference in New Issue
Block a user