File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/web/docs/src/content/router/observability Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ You can either provide the usage reporting configuration via environment variabl
2626
2727<Tabs.Tab >
2828
29- - ` HIVE__USAGE_REPORTING__TARGET_ID ` : The target ID, this can either be a slug following the format
29+ - ` HIVE_TARGET ` : The target ID, this can either be a slug following the format
3030 ` $organizationSlug/$projectSlug/$targetSlug ` (e.g ` the-guild/graphql-hive/staging ` ) or an UUID
3131 (e.g. ` a0f4c605-6541-4350-8cfe-b31f21a4bf80 ` ). To be used when the token is configured with an
3232 organization access token.
3333
34- - ` HIVE__USAGE_REPORTING__TOKEN ` : Your
34+ - ` HIVE_ACCESS_TOKEN ` : Your
3535 [ Registry Access Token] ( https://the-guild.dev/graphql/hive/docs/management/targets#registry-access-tokens )
3636 with write permission.
3737
3838``` sh filename="Run Hive Router with Usage Reporting enabled."
39- HIVE__USAGE_REPORTING__TOKEN =" <hive_usage_access_token>" \
40- HIVE__USAGE_REPORTING__TARGET_ID =" <hive_usage_target>" \
39+ HIVE_ACCESS_TOKEN =" <hive_usage_access_token>" \
40+ HIVE_TARGET =" <hive_usage_target>" \
4141 hive-router
4242```
4343
You can’t perform that action at this time.
0 commit comments