mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 20:49:13 -05:00
@@ -43,8 +43,8 @@ func DefaultConfig() *config.Config {
|
||||
AccessTokenVerifyMethod: config.AccessTokenVerificationJWT,
|
||||
SkipUserInfo: false,
|
||||
UserinfoCache: &config.Cache{
|
||||
Store: "memory",
|
||||
Database: "ocis",
|
||||
Store: "nats-js-kv",
|
||||
Database: "cache-userinfo",
|
||||
Table: "userinfo",
|
||||
TTL: time.Second * 10,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user