graphql-engine/docs/graphql/core/deployment/graphql-engine-flags/index.rst
Naveen Naidu 266f7315a2 docs: Add metadata db link in index of server configuration use case
GitOrigin-RevId: 1c2c4c7c65c6e01ddbec7e589d8644bdb5e856ed
2021-03-09 13:30:33 +00:00

42 lines
922 B
ReStructuredText

.. meta::
:description: Server configuration for Hasura GraphQL engine
:keywords: hasura, docs, deployment, flags, server, server configuration
.. _hge_flags:
GraphQL engine server configuration
===================================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
Hasura supports various flags and options for customising how you are running the GraphQL engine in your environment.
Server flags
------------
See the :ref:`server flag reference <server_flag_reference>` for all the available flags.
Use cases
---------
The following are a few configuration use cases:
- :ref:`add-admin-secret`
- :ref:`cli-with-admin-secret`
- :ref:`configure-cors`
- :ref:`console-assets-on-server`
- :ref:`dev-mode`
- :ref:`add-metadata-database`
.. toctree::
:hidden:
Server flags reference <reference>
Server config examples <config-examples>