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 03929a4 commit 928e8b5
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 |Description |Possible Values |
|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
|`CUBEJS_CACHE_AND_QUEUE_DRIVER` |The cache and queue driver to use for the Cube.js deployment. Defaults to `redis` |`redis | memory` |
|`CUBEJS_DEV_MODE` |If `true`, enables debug mode. Defaults to `false`. |`true | false` |
|`CUBEJS_DEV_MODE` |If `true`, enables development mode. Defaults to `false`. |`true | false` |
|`CUBEJS_API_SECRET` |The secret key used to sign and verify JWTs. Generated on project scaffold |A valid string |
|`CUBEJS_APP` |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` |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 |
Expand Down

0 comments on commit 928e8b5

Please sign in to comment.