2018-09-11 14:11:24 +03:00
|
|
|
GraphQL engine server configuration
|
|
|
|
===================================
|
|
|
|
|
2018-12-03 15:12:24 +03:00
|
|
|
.. contents:: Table of contents
|
|
|
|
:backlinks: none
|
|
|
|
:depth: 1
|
|
|
|
:local:
|
|
|
|
|
2018-09-11 14:11:24 +03:00
|
|
|
Hasura supports various flags and options for customising how you are running the GraphQL engine in your environment.
|
|
|
|
|
2018-12-03 15:12:24 +03:00
|
|
|
Server flags
|
|
|
|
------------
|
|
|
|
|
2018-09-11 14:11:24 +03:00
|
|
|
See the :doc:`server flag reference <reference>` for all the available flags.
|
|
|
|
|
2018-12-03 15:12:24 +03:00
|
|
|
Use cases
|
|
|
|
---------
|
|
|
|
|
2018-09-11 14:11:24 +03:00
|
|
|
The following are a few configuration use cases:
|
|
|
|
|
2019-02-14 12:37:47 +03:00
|
|
|
- :ref:`add-admin-secret`
|
|
|
|
- :ref:`cli-with-admin-secret`
|
2018-09-11 14:11:24 +03:00
|
|
|
- :ref:`configure-cors`
|
2019-05-16 10:45:29 +03:00
|
|
|
- :ref:`console-assets-on-server`
|
2018-09-11 14:11:24 +03:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
Server flags reference <reference>
|
|
|
|
Server config examples <config-examples>
|