Skip to content

Commit e8428b2

Browse files
committed
more envs
1 parent 9913c52 commit e8428b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/documentation/content/docs/router/configuration/environment-variables.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ configurations that can be set in the router's configuration file (`router.confi
1919
| `HIVE_CDN_ENDPOINT` | `string` (full url to Hive CDN supergraph artifact) | [`supergraph[hive].endpoint`](./supergraph#endpoint) |
2020
| `HIVE_CDN_KEY` | `string` (Hive CDN key) | [`supergraph[hive].key`](./supergraph#key) |
2121
| `HIVE_CDN_POLL_INTERVAL` | `string` (human-readable, for example: `10s`) | [`supergraph[hive].poll_interval`](./supergraph#poll_interval) |
22+
| `SUBSCRIPTIONS_ENABLED` | `true` / `false` | [`subscriptions.enabled`](../subscriptions#configuration) |
23+
| `WEBSOCKET_ENABLED` | `true` / `false` | [`websocket.enabled`](../subscriptions/websockets#enabled) |
2224

2325
> In cases where a configuration file (`router.config.yaml`) is used with environment variables at
2426
> the same time, environment variables will only override the specific configuration values.

0 commit comments

Comments
 (0)