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

@@ -44,8 +44,8 @@ func DefaultConfig() *config.Config {
SkipUserInfo: false,
UserinfoCache: &config.Cache{
Store: "nats-js-kv",
Nodes: []string{"127.0.0.1:9233"},
Database: "cache-userinfo",
Table: "userinfo",
TTL: time.Second * 10,
},
JWKS: config.JWKS{