Skip to content

Commit

Permalink
docs: improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Nov 11, 2020
1 parent 9aab11f commit b28bdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Cube.js-Backend/Environment-Variables-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ behavior. Some of these variables can also be set via [configuration options][li
|Environment variable |Used With |Description |Possible Values |
|------------------------------------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
|`CUBEJS_CACHE_AND_QUEUE_DRIVER` |Caching |The cache and queue driver to use for the Cube.js deployment. Defaults to `redis` |`redis | memory` |
|`CUBEJS_DEV_MODE` |Configuration|If `true`, enabled debug mode. Defaults to `false`. |`true | false` |
|`CUBEJS_DEV_MODE` |Configuration|If `true`, enables debug mode. Defaults to `false`. |`true | false` |
|`CUBEJS_API_SECRET` |Configuration|The secret key used to sign and verify JWTs. Generated on project scaffold |A valid string |
|`CUBEJS_APP` |Configuration|An application ID used to uniquely identify the Cube.js deployment. Can be different for multitenant setups. Defaults to `cubejs` |A valid string |
|`CUBEJS_SCHEDULED_REFRESH_TIMER` |Configuration|If `true`, enabled scheduled refreshes. Can also be set to a number representing how many seconds to wait before triggering another refresh. Defaults to `false`|`true | false` or a valid number of seconds |
|`CUBEJS_SCHEDULED_REFRESH_TIMER` |Configuration|If `true`, enables scheduled refreshes. Can also be set to a number representing how many seconds to wait before triggering another refresh. Defaults to `false`|`true | false` or a valid number of seconds |
|`CUBEJS_SCHEDULED_REFRESH_TIMEZONES`|Configuration|A comma-separated list of timezones to schedule refreshes for |[A valid timezone from the tz database][link-tz-database]|
|`CUBEJS_SCHEMA_PATH` |Configuration|The path where Cube.js loads schemas from. Defaults to `schema` |A valid folder containing Cube.js schemas |
|`CUBEJS_TELEMETRY` |Configuration|If `true`, then send telemetry to CubeJS. Defaults to `true` |`true | false` |
Expand Down

0 comments on commit b28bdaa

Please sign in to comment.