Configuring Hasura
Learn how to configure your Hasura GraphQL Engine
You can customize and tweak the configuration of the Hasura GraphQL Engine using your project’s configuration file.
Below, you will find the official CUE
schema and an example on how to configure your GraphQL service.
Available Settings
Schema
Example Configuration
To configure your GraphQL instance, simply set the relevant settings under [hasura]
in your project’s configuration file.
nhost.toml
JWT Secret
Zooming in on JWTSecret
.
Schema
Example Configuration
nhost.toml
Read how Authentication Using JWTs works in Hasura