From d8336e68b33784b147af0f9f8812fef5a61bf8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 10 Jun 2026 22:13:26 +0200 Subject: [PATCH] fix: update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5884564..7e60969 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Options: - `--host HOST` / `-h HOST` - Host to run on (default: localhost) - `--dynamo-endpoint` - DynamoDB endpoint to connect to (default: http://localhost:8000). - `--base-path` - Base path for the application (e.g., /dynamo). Useful when running behind a reverse proxy (default: empty). - - `--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. + - `--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. Environment variables `HOST`, `PORT`, `BASE_PATH` and `DYNAMO_ENDPOINT` can also be used to set the respective options.