Skip to content

Commit

Permalink
Merge pull request #3320 from owncloud/fix-graph-jwt-secret
Browse files Browse the repository at this point in the history
fix graph jwt secret
  • Loading branch information
David Christofas committed Mar 15, 2022
2 parents 51d1eb0 + 67b5458 commit 0309dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/pkg/config/reva.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit 0309dd5

Please sign in to comment.