Skip to content

Commit dcb89c6

Browse files
authored
fix: update docs (#528)
1 parent 3932724 commit dcb89c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Options:
1919
- `--host HOST` / `-h HOST` - Host to run on (default: localhost)
2020
- `--dynamo-endpoint` - DynamoDB endpoint to connect to (default: http://localhost:8000).
2121
- `--base-path` - Base path for the application (e.g., /dynamo). Useful when running behind a reverse proxy (default: empty).
22-
- `--skip-default-credentials` - Skip setting default credentials and region. By default the accessKeyId/secretAccessKey are set to "key" and "secret" and the region is set to "us-east-1". If you specify this argument then you need to ensure that credentials are provided some other way. See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html for more details on how default credentials provider works.
22+
- `--skip-default-credentials` - Skip setting default credentials and region. By default the accessKeyId/secretAccessKey/token are set to "key", "secret" and "token" and the region is set to "us-east-1". If you specify this argument then you need to ensure that credentials are provided some other way. See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html for more details on how default credentials provider works.
2323

2424
Environment variables `HOST`, `PORT`, `BASE_PATH` and `DYNAMO_ENDPOINT` can also be used to set the respective options.
2525

0 commit comments

Comments
 (0)