Skip to content

Commit

Permalink
fix(docs): Fix typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Nov 12, 2020
1 parent bfadfcd commit 400d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cube.js-Backend/Environment-Variables-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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`, enables debug mode. Defaults to `false`. |`true | false` |
|`CUBEJS_DEV_MODE` |Configuration|If `true`, enables development 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`, 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 |
Expand Down

0 comments on commit 400d265

Please sign in to comment.