use inmemory cache by default

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-12-13 12:47:59 +01:00
parent ad87ac955a
commit d62cb9d34b
7 changed files with 9 additions and 9 deletions

View File

@@ -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,