File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/web/docs/src/content/gateway Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,17 @@ import { defineConfig } from '@graphql-hive/gateway'
76
76
export const gatewayConfig = defineConfig ({
77
77
reporting: {
78
78
type: ' hive' ,
79
- // The registry token provided by Hive Registry
79
+ // The registry token provided by Hive Registry, defaulting to process.env.HIVE_USAGE_ACCESS_TOKEN
80
80
token: ' <token>'
81
- // The registry target which the usage data should be reported to
81
+ // The registry target which the usage data should be reported to defaulting to process.env.HIVE_USAGE_TARGET
82
+ // This can either be a slug following the format `$organizationSlug/$projectSlug/$targetSlug` (e.g `the-guild/graphql-hive/staging`)
83
+ // or an UUID (e.g. `a0f4c605-6541-4350-8cfe-b31f21a4bf80`).
82
84
target : ' <target>'
83
85
/**
84
86
* Other options
85
87
*
86
88
* selfHosting: { ... },
87
- * clientInfo: { ... },
89
+ * clientInfo(context) { ... },
88
90
*
89
91
* See more in Hive Client reference
90
92
*/
You can’t perform that action at this time.
0 commit comments