Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace DYNAMODB_ENABLED with USE_DYNAMODB in README.md #79

Merged
merged 1 commit into from
Nov 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Note that the TLS and password options can also be specified as part of the URL:

Property in file | Environment var | Type | Default | Description
------------------- | ------------------ | :-----: | :------ | -----------
`enabled` | `DYNAMODB_ENABLED` | Boolean | `false` | Enables DynamoDB.
`enabled` | `USE_DYNAMODB` | Boolean | `false` | Enables DynamoDB.
`tableName` | `DYNAMODB_TABLE` | String | | The DynamoDB table name, if you are using the same table for all environments. Otherwise, omit this and specify it in each environment section. (Note, credentials and region are controlled by the usual AWS environment variables and/or local AWS configuration files.)
`localTtl` | `CACHE_TTL` | Number | `30000` | Length of time (in milliseconds) that database items can be cached in memory.

Expand Down