mirror of
https://github.com/owncloud/ocis
synced 2026-05-02 20:42:27 +02:00
Add support for the jsoncs3 public share manager
This commit is contained in:
@@ -62,6 +62,10 @@ func DefaultConfig() *config.Config {
|
||||
ProviderAddr: "127.0.0.1:9215", // system storage
|
||||
SystemUserIDP: "internal",
|
||||
},
|
||||
JSONCS3: config.PublicSharingJSONCS3Driver{
|
||||
ProviderAddr: "127.0.0.1:9215", // system storage
|
||||
SystemUserIDP: "internal",
|
||||
},
|
||||
// TODO implement and add owncloudsql publicshare driver
|
||||
},
|
||||
Events: config.Events{
|
||||
|
||||
Reference in New Issue
Block a user