Skip to content

Commit

Permalink
use correct mem store typo string
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Mar 15, 2023
1 parent 78e9892 commit 1d5c00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/graph/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func DefaultConfig() *config.Config {
},
},
CacheStore: &config.CacheStore{
Type: "memory",
Type: "mem",
Database: "graph",
Table: "roles",
TTL: time.Hour * 336,
Expand Down

0 comments on commit 1d5c00e

Please sign in to comment.