mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
19 lines
507 B
ReStructuredText
19 lines
507 B
ReStructuredText
|
GraphQL engine server configuration
|
||
|
===================================
|
||
|
|
||
|
Hasura supports various flags and options for customising how you are running the GraphQL engine in your environment.
|
||
|
|
||
|
See the :doc:`server flag reference <reference>` for all the available flags.
|
||
|
|
||
|
The following are a few configuration use cases:
|
||
|
|
||
|
- :ref:`add-access-key`
|
||
|
- :ref:`cli-with-access-key`
|
||
|
- :ref:`configure-cors`
|
||
|
|
||
|
.. toctree::
|
||
|
:hidden:
|
||
|
|
||
|
Server flags reference <reference>
|
||
|
Server config examples <config-examples>
|