mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 17:55:24 +02:00
@@ -103,6 +103,11 @@ func DefaultConfig() *config.Config {
|
||||
Database: "ocis",
|
||||
TTL: 24 * 60 * time.Second,
|
||||
},
|
||||
IDCache: config.IDCache{
|
||||
Store: "nats-js-kv",
|
||||
Database: "ocis",
|
||||
TTL: 24 * 60 * time.Second,
|
||||
},
|
||||
Tasks: config.Tasks{
|
||||
PurgeTrashBin: config.PurgeTrashBin{
|
||||
ProjectDeleteBefore: 30 * 24 * time.Hour,
|
||||
|
||||
Reference in New Issue
Block a user