mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
fix a typo in todo-auth0-jwt sample app (#1334)
This commit is contained in:
parent
95587bc028
commit
e3e1200bae
@ -51,7 +51,7 @@ HASURA_GRAPHQL_ADMIN_SECRET: youradminsecretkey
|
||||
```
|
||||
|
||||
```
|
||||
HASURA_GRAPHQL_JWT_SECRET: {"type":"RS256", "key": "<the-certificate-data-in-one-line"}
|
||||
HASURA_GRAPHQL_JWT_SECRET: {"type":"RS256", "key": "<the-certificate-data-in-one-line>"}
|
||||
```
|
||||
|
||||
For example, (copy the certificate from above step or use generated config from https://hasura.io/jwt-config):
|
||||
|
Loading…
Reference in New Issue
Block a user