You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following env variables should override ConfigOptions filled by appsettings.json:
LOCALSTACK_HOST: Set the hostname for the LocalStack instance. Useful when you have
LocalStack bound to a different host (e.g., within docker-compose).
EDGE_PORT: Port number to use when connecting to LocalStack services. Defaults to 4566.
USE_SSL: Whether to use https endpoint URLs. Defaults to false.
The text was updated successfully, but these errors were encountered:
The following env variables should override ConfigOptions filled by appsettings.json:
LOCALSTACK_HOST
: Set the hostname for the LocalStack instance. Useful when you haveLocalStack bound to a different host (e.g., within docker-compose).
EDGE_PORT
: Port number to use when connecting to LocalStack services. Defaults to4566
.USE_SSL
: Whether to usehttps
endpoint URLs. Defaults tofalse
.The text was updated successfully, but these errors were encountered: