Skip to content

Commit

Permalink
Merge pull request #79 from estraph/raph/readme
Browse files Browse the repository at this point in the history
replace `DYNAMODB_ENABLED` with `USE_DYNAMODB` in README.md
  • Loading branch information
eli-darkly authored Nov 1, 2019
2 parents fb30214 + 7a26d74 commit c19f9ac
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c19f9ac

Please sign in to comment.