configure reva micro cache store (#4627)

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-09-26 13:43:53 +02:00
committed by GitHub
parent 9bb7a0663f
commit 49376178e9
10 changed files with 161 additions and 73 deletions

View File

@@ -78,6 +78,10 @@ func DefaultConfig() *config.Config {
Addr: "127.0.0.1:9233",
ClusterID: "ocis-cluster",
},
Cache: config.Cache{
Store: "memory",
Database: "users",
},
}
}