Skip to content

Commit d2383e6

Browse files
committed
docs: Fix links
1 parent 0609d0e commit d2383e6

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

docs/pages/product/configuration/reference/environment-variables.mdx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ has to the database.
123123
## `CUBEJS_SCHEDULED_REFRESH_QUERIES_PER_APP_ID`
124124

125125
How many pre-aggregations the refresh worker will build in parallel for each
126-
application id as determined by the [`context_to_app_id`](#context_to_app_id)
126+
application id as determined by the [`context_to_app_id`][ref-context-to-app-id]
127127
configuration option.
128128

129129
Note that this parameter doesn't override the overall refresh worker concurrency,
@@ -579,7 +579,7 @@ The mount path to use for a [Databricks DBFS mount][databricks-docs-dbfs].
579579
## `CUBEJS_DB_EXPORT_BUCKET_REDSHIFT_ARN`
580580

581581
An ARN of an AWS IAM role with permission to write to the configured bucket (see
582-
[`CUBEJS_DB_EXPORT_BUCKET`](#cubejs-db-export-bucket)).
582+
`CUBEJS_DB_EXPORT_BUCKET`).
583583

584584
<InfoBox>
585585

@@ -895,7 +895,7 @@ If `true`, enables [development mode](/product/configuration#development-mode).
895895
## `CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH`
896896

897897
If `true`, it enables dropping pre-aggregations that Refresh Worker doesn't
898-
touch within [`CUBEJS_TOUCH_PRE_AGG_TIMEOUT`](#cubejs-touch-pre-agg-timeout).
898+
touch within `CUBEJS_TOUCH_PRE_AGG_TIMEOUT`.
899899
Pre-aggregations are touched whenever they are rebuilt or a Refresh Worker
900900
checks its freshness. The first drop will be initiated when the Refresh Worker
901901
is able to check freshness for every `scheduledRefresh: true` pre-aggregation.
@@ -1000,7 +1000,7 @@ option](/product/configuration/reference/config#jwt).
10001000
## `CUBEJS_JWT_KEY`
10011001

10021002
The secret key used to sign and verify JWTs. Similar to
1003-
[`CUBEJS_API_SECRET`](#cubejs-api-secret).
1003+
`CUBEJS_API_SECRET`.
10041004

10051005
| Possible Values | Default in Development | Default in Production |
10061006
| --------------- | ---------------------- | --------------------- |
@@ -1054,15 +1054,16 @@ connections on.
10541054
If `true`, this instance of Cube will build pre-aggregations, even if it is an
10551055
API instance.
10561056

1057-
| Possible Values | Default in Development | Default in Production |
1058-
| --------------- | ---------------------- | --------------------------------------------------------------- |
1059-
| `true`, `false` | `true` | `false` <sup>[\*](#cubejs-pre-aggregations-builder-notes)</sup> |
1057+
| Possible Values | Default in Development | Default in Production |
1058+
| --------------- | ---------------------- | --------------------- |
1059+
| `true`, `false` | `true` | `false` |
10601060

1061-
### Notes
1061+
<InfoBox>
1062+
1063+
If Cube is configured to act as a refresh worker instance using `CUBEJS_REFRESH_WORKER`,
1064+
then `CUBEJS_PRE_AGGREGATIONS_BUILDER` will be `true`.
10621065

1063-
If Cube is configured to act as a refresh worker instance using
1064-
[`CUBEJS_REFRESH_WORKER`](#cubejs-refresh-worker), then
1065-
`CUBEJS_PRE_AGGREGATIONS_BUILDER` will be `true`.
1066+
</InfoBox>
10661067

10671068
## `CUBEJS_PRE_AGGREGATIONS_SCHEMA`
10681069

@@ -1354,7 +1355,7 @@ If the refresh worker’s throughput isn’t sufficient and the Cube Refresh Wor
13541355

13551356
The number of seconds without a touch before pre-aggregation is considered
13561357
orphaned and marked for removal. Please see
1357-
[`CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH`](#cubejs-drop-pre-agg-without-touch) to
1358+
`CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH` to
13581359
learn more.
13591360

13601361
| Possible Values | Default in Development | Default in Production |
@@ -1495,7 +1496,7 @@ The address/port pair for Cube Store's HTTP interface.
14951496
## `CUBESTORE_HTTP_PORT`
14961497

14971498
The port for Cube Store to listen to HTTP connections on. Ignored when
1498-
[`CUBESTORE_HTTP_BIND_ADDR`](#cubestore-http-bind-addr) is set.
1499+
`CUBESTORE_HTTP_BIND_ADDR` is set.
14991500

15001501
| Possible Values | Default in Development | Default in Production |
15011502
| ------------------- | ---------------------- | --------------------- |
@@ -1797,4 +1798,5 @@ The port for a Cube deployment to listen to API connections on.
17971798
[link-tesseract]: https://cube.dev/blog/introducing-next-generation-data-modeling-engine
17981799
[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations
17991800
[ref-folders]: /product/data-modeling/reference/view#folders
1800-
[ref-dataviz-tools]: /product/configuration/visualization-tools
1801+
[ref-dataviz-tools]: /product/configuration/visualization-tools
1802+
[ref-context-to-app-id]: /product/configuration/reference/config#context_to_app_id

0 commit comments

Comments
 (0)