Generate Token through Auth0
This commit is contained in:
6
infra/dev/.env.example
Normal file
6
infra/dev/.env.example
Normal file
@ -0,0 +1,6 @@
|
||||
HASURA_GRAPHQL_JWT_SECRET=REPLACE_ME
|
||||
HASURA_GRAPHQL_ADMIN_SECRET=hasura_secret
|
||||
REACT_APP_AUTH0_DOMAIN=twenty-dev.eu.auth0.com
|
||||
REACT_APP_AUTH0_CLIENT_ID=REPLACE_ME
|
||||
REACT_APP_AUTH0_CALLBACK_URL=http://localhost:3001/auth/callback
|
||||
REACT_APP_AUTH0_AUDIENCE=hasura-dev
|
||||
Reference in New Issue
Block a user