Skip to content

Commit

Permalink
[Gateway] Refer to the Hive Client docs in the usage reporting section
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 19, 2024
1 parent 53e0a20 commit 2f9f93b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/web/docs/src/pages/docs/gateway/usage-reporting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,22 @@ export const gatewayConfig = defineConfig({
type: 'hive',
// The registry token provided by Hive Registry
token: '<token>'
/**
* Other options
*
* selfHosting: { ... },
* clientInfo: { ... },
*
* See more in Hive Client reference
*/
}
})
```

If you want to control the usage reporting to the Hive Console like `selfHosting`, `clientInfo` etc,
please look at the Hive Client documentation to learn more about other options.
[See more in Hive Client reference](/docs/api-reference/client#configuration)

</Tabs.Tab>

{/* Apollo GraphOS */}
Expand Down

0 comments on commit 2f9f93b

Please sign in to comment.