graphql-engine/docs/graphql/core/deployment/graphql-engine-flags/index.rst
Rikin Kachhia 0352e4ae01 docs: misc updates
- master -> primary terminology change in read replica page
- add console flow to add read replica
- add (ci/cd) annotation to migrations
- add config v2 tag for older migrations pages

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 2d2d8e12fbf4f3142d0611f3ab1ce9285a79779f
2021-04-06 17:05:48 +00:00

42 lines
933 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/env vars for customizing how you are running the GraphQL engine in your environment.
Server config
-------------
See the :ref:`server config reference <server_flag_reference>` for all the available flags/env vars.
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 config reference <reference>
Server config examples <config-examples>