mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
use inmemory cache by default
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -96,7 +96,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
},
|
||||
Cache: &config.Cache{
|
||||
Store: "nats-js-kv",
|
||||
Store: "memory",
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
Database: "cache-roles",
|
||||
TTL: time.Hour * 336,
|
||||
|
||||
Reference in New Issue
Block a user