mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
0352e4ae01
- 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
42 lines
933 B
ReStructuredText
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>
|