configure services individually

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

View File

@@ -97,8 +97,8 @@ func DefaultConfig() *config.Config {
},
Cache: &config.Cache{
Store: "nats-js-kv",
Nodes: []string{"127.0.0.1:9233"},
Database: "cache-roles",
Table: "roles",
TTL: time.Hour * 336,
},
Events: config.Events{