-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint
Description
I discussed about this topic earlier today on Discord. It would be nice if there would be additional env variable for whether console is visible or not.
You can currently use following env variables with graphql-engine:
HASURA_GRAPHQL_DATABASE_URLHASURA_GRAPHQL_ACCESS_KEYHASURA_GRAPHQL_AUTH_HOOKHASURA_GRAPHQL_CORS_DOMAINHASURA_GRAPHQL_JWT_SECRET<-- this could be added to these docs
These env variables are logical and are pretty much the same as the cli flags mentioned on the docs. But it would be nice if there would be extra env variable for --enable-console flag as well. It could be HASURA_GRAPHQL_ENABLE_CONSOLE so it follows the logic of other env variables.
There are also few other flags which doesn't have matching env variables.
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint