mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
Add default propagator config
This commit is contained in:
@@ -63,6 +63,7 @@ func DefaultConfig() *config.Config {
|
|||||||
},
|
},
|
||||||
S3NG: config.S3NGDriver{
|
S3NG: config.S3NGDriver{
|
||||||
MetadataBackend: "messagepack",
|
MetadataBackend: "messagepack",
|
||||||
|
Propagator: "sync",
|
||||||
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
||||||
ShareFolder: "/Shares",
|
ShareFolder: "/Shares",
|
||||||
UserLayout: "{{.Id.OpaqueId}}",
|
UserLayout: "{{.Id.OpaqueId}}",
|
||||||
@@ -75,6 +76,7 @@ func DefaultConfig() *config.Config {
|
|||||||
},
|
},
|
||||||
OCIS: config.OCISDriver{
|
OCIS: config.OCISDriver{
|
||||||
MetadataBackend: "messagepack",
|
MetadataBackend: "messagepack",
|
||||||
|
Propagator: "sync",
|
||||||
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
||||||
ShareFolder: "/Shares",
|
ShareFolder: "/Shares",
|
||||||
UserLayout: "{{.Id.OpaqueId}}",
|
UserLayout: "{{.Id.OpaqueId}}",
|
||||||
|
|||||||
Reference in New Issue
Block a user