mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
33 lines
683 B
ReStructuredText
33 lines
683 B
ReStructuredText
.. _hge_flags:
|
|
|
|
GraphQL engine server configuration
|
|
===================================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Hasura supports various flags and options for customising how you are running the GraphQL engine in your environment.
|
|
|
|
Server flags
|
|
------------
|
|
|
|
See the :doc:`server flag reference <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`
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
Server flags reference <reference>
|
|
Server config examples <config-examples>
|