mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 17:55:24 +02:00
Initial support for the posixfs
This commit is contained in:
@@ -137,6 +137,10 @@ func DefaultConfig() *config.Config {
|
||||
LockCycleDurationFactor: 30,
|
||||
AsyncUploads: true,
|
||||
},
|
||||
Posix: config.PosixDriver{
|
||||
UserLayout: "users/{{.User.Username}}",
|
||||
PermissionsEndpoint: "com.owncloud.api.settings",
|
||||
},
|
||||
},
|
||||
Events: config.Events{
|
||||
Addr: "127.0.0.1:9233",
|
||||
|
||||
Reference in New Issue
Block a user