Skip to content

Commit 367f4a4

Browse files
mateuszgachowskiAkryum
authored andcommitted
docs: Added other ENV variables available (#85)
1 parent 99ec3dd commit 367f4a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/guide/env.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,22 @@
1010

1111
## With the GraphQL server enabled
1212

13+
- **`VUE_APP_GRAPHQL_HOST`**
14+
15+
Hostname of GraphQL API Server, default: `localhost`
16+
17+
- **`VUE_APP_GRAPHQL_PATH`**
18+
19+
Path on which to serve graphQL, defaultL `/graphql`
20+
1321
- **`VUE_APP_GRAPHQL_PORT`**
1422

1523
Port of the GraphQL API Server, default: `4000`
1624

1725
- **`VUE_APP_APOLLO_ENGINE_KEY`**
1826

1927
API key for [Apollo Engine](https://engine.apollographql.com)
28+
29+
- **`VUE_APP_GRAPHQL_SUBSCRIPTIONS_PATH`**
30+
31+
Subscriptions path, default: `/graphql`

0 commit comments

Comments
 (0)