Files
opencloud/services/settings/pkg/store/registry.go
Ralf Haferkamp 5b38fa149d settings: Remove deprecated filesystem backend
We changed the default to `metadata` before the 2.0 release. This PR
alos removes the associated `SETTINGS_STORE_TYPE` and
`SETTINGS_DATA_PATH` settings as they are no longer needed with
`metadata` as the only available backend.
2024-05-13 14:50:02 +02:00

7 lines
122 B
Go

package store
import (
// init filesystem store
_ "github.com/owncloud/ocis/v2/services/settings/pkg/store/metadata"
)