improve store readmes

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
kobergj
2023-12-15 10:02:59 +01:00
committed by jkoberg
parent 0d1669b3bd
commit 423c28b298
21 changed files with 192 additions and 120 deletions

View File

@@ -62,6 +62,7 @@ func Server(cfg *config.Config) *cli.Command {
microstore.Nodes(cfg.OIDC.UserinfoCache.Nodes...),
microstore.Database(cfg.OIDC.UserinfoCache.Database),
microstore.Table(cfg.OIDC.UserinfoCache.Table),
store.DisablePersistence(cfg.OIDC.UserinfoCache.DisablePersistence),
)
logger := logging.Configure(cfg.Service.Name, cfg.Log)