GraphQL engine server configuration¶
Table of contents
Introduction¶
Hasura supports various flags/env vars for customizing how you are running the GraphQL engine in your environment.
Server config¶
See the server config reference for all the available flags/env vars.
Use cases¶
The following are a few configuration use cases:
- Add an admin secret
 - Using CLI commands with admin secret
 - Configure CORS
 - Run console offline (i.e load console assets from server instead of CDN)
 - Dev (debugging) mode
 - Add a metadata database