Add config var for using the space groups

This commit is contained in:
André Duffeck
2024-04-25 08:01:51 +02:00
parent 8cd39754c7
commit 126b083eaf
3 changed files with 4 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ func DefaultConfig() *config.Config {
AsyncUploads: true,
},
Posix: config.PosixDriver{
UseSpaceGroups: false,
PersonalSpacePathTemplate: "users/{{.User.Username}}",
GeneralSpacePathTemplate: "projects/{{.SpaceId}}",
PermissionsEndpoint: "com.owncloud.api.settings",