File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/documentation/content/docs/router/configuration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments