Skip to content

Commit 58544ce

Browse files
committed
update docs to reflect new endpoint config vars
1 parent 26bb3ea commit 58544ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ awslocal kinesis list-streams
4242

4343
You can use the following environment variables for configuration:
4444

45-
* `LOCALSTACK_HOST`: Set the hostname for the LocalStack instance. Useful when you have
46-
LocalStack bound to a different host (e.g., within docker-compose).
47-
* `EDGE_PORT`: Port number to use when connecting to LocalStack services. Defaults to `4566`.
48-
* `USE_SSL`: Whether to use `https` endpoint URLs. Defaults to `false`.
45+
* `AWS_ENDPOINT_URL`: The endpoint URL to connect to (takes precedence over `USE_SSL`/`LOCALSTACK_HOST` below).
46+
Useful when you have LocalStack bound to a different host (e.g., within docker-compose).
47+
* `LOCALSTACK_HOST` (deprecated): A <hostname>:<port> variable defining where to find LocalStack (default: localhost:4566).
48+
* `USE_SSL` (deprecated): Whether to use SSL when connecting to LocalStack (default: False).
4949
* `DEFAULT_REGION`: Set the default region. Overrides `AWS_DEFAULT_REGION` environment variable.
5050

5151
## Completion

0 commit comments

Comments
 (0)