feat(storage-users): remove metadata backend envvar

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-09-19 11:27:25 +02:00
parent a74699d64e
commit 4a911ac047
9 changed files with 10 additions and 19 deletions

View File

@@ -45,7 +45,6 @@ func DefaultConfig() *config.Config {
Driver: "ocis",
Drivers: config.Drivers{
OCIS: config.OCISDriver{
MetadataBackend: "messagepack",
Root: filepath.Join(defaults.BaseDataPath(), "storage", "metadata"),
MaxAcquireLockCycles: 20,
LockCycleDurationFactor: 30,