Skip to content

Commit 692f483

Browse files
committed
add docs for EDGE_PORT config in README
1 parent cca765a commit 692f483

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
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 is bound to another interface (i.e. docker-machine).
47-
* `USE_SSL`: Whether to use `https` endpoint URLs (required if LocalStack has been started
48-
with `USE_SSL=true` enabled). Defaults to `false`.
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`.
4949
* `DEFAULT_REGION`: Set the default region. Overrides `AWS_DEFAULT_REGION` environment variable.
5050

5151
## Completion
@@ -93,6 +93,7 @@ pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/a
9393

9494
## Change Log
9595

96+
* v0.20: Small fixes for Python 2.x backward compatibility
9697
* v0.19: Patch botocore to skip adding `data-` host prefixes to endpoint URLs
9798
* v0.18: Pass `SYSTEMROOT` env variable to fix "_Py_HashRandomization_Init" error on Windows
9899
* v0.17: Remove obsolete/erroneous FORCE_V2 flag

0 commit comments

Comments
 (0)