Project structure: conf/gateway.yamlΒΆ
Note
This file is rendered as a template. Refer to Conf files templating for more details.
Configuration for opening the API Gateway to the external world can be found in this file. It is usually filled in from cluster metadata, which also contains Kubernetes specific configuration.
{{ cluster.metadata.gateway|json }}
In order to view the actual gateway configuration, use the following command and look for metadata.gateway
$ hasura cluster template-context
You can find the default file at conf/gateway.yaml in the base repo.
Was this page helpful?