graphql-engine/docs/graphql/core/deployment/graphql-engine-flags/index.rst

42 lines
933 B
ReStructuredText
Raw Normal View History

.. 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:
2020-08-25 14:53:25 +03:00
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>