mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 02:05:23 +02:00
Fix default posix root and the description of the according config var
Fixes https://github.com/owncloud/ocis/issues/9910
This commit is contained in:
@@ -143,6 +143,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
Posix: config.PosixDriver{
|
||||
UseSpaceGroups: false,
|
||||
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
||||
PersonalSpacePathTemplate: "users/{{.User.Username}}",
|
||||
GeneralSpacePathTemplate: "projects/{{.SpaceId}}",
|
||||
PermissionsEndpoint: "com.owncloud.api.settings",
|
||||
|
||||
Reference in New Issue
Block a user