Merge pull request #3320 from owncloud/fix-graph-jwt-secret

fix graph jwt secret
This commit is contained in:
David Christofas
2022-03-15 17:11:21 +01:00
committed by GitHub
+1 -1
View File
@@ -7,5 +7,5 @@ type Reva struct {
// TokenManager is the config for using the reva token manager
type TokenManager struct {
JWTSecret string `ocisConfig:"jwt_secret" env:"OCIS_JWT_SECRET;OCS_JWT_SECRET"`
JWTSecret string `ocisConfig:"jwt_secret" env:"OCIS_JWT_SECRET;GRAPH_JWT_SECRET"`
}