diff --git a/graph/pkg/config/reva.go b/graph/pkg/config/reva.go index 31f48fbb624..aeb307f183f 100644 --- a/graph/pkg/config/reva.go +++ b/graph/pkg/config/reva.go @@ -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"` }