mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
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.
7 lines
122 B
Go
7 lines
122 B
Go
package store
|
|
|
|
import (
|
|
// init filesystem store
|
|
_ "github.com/owncloud/ocis/v2/services/settings/pkg/store/metadata"
|
|
)
|