Update reference.mdx - typo in --server-port flag

GITHUB_PR_NUMBER: 9714
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9714

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9569
Co-authored-by: Dmitry Glavchev <3230176+garcia556@users.noreply.github.com>
GitOrigin-RevId: f6eaab364036d812194347f916ab3a17d7d28366
This commit is contained in:
hasura-bot 2023-06-16 03:31:58 +05:30
parent d1c1a992f5
commit a5e51ac39a

View File

@ -915,7 +915,7 @@ The port on which `graphql-engine` should be served.
| | |
| ------------------- | --------------------------------------------------------------------------- |
| **Flag** | `--server-host <PORT>` |
| **Flag** | `--server-port <PORT>` |
| **Env var** | `HASURA_GRAPHQL_SERVER_PORT` |
| **Accepted values** | Integer |
| **Default** | **CE, Enterprise Edition**: `8080` <br />**Cloud**: managed by Hasura Cloud |