We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da9865 commit 10cab48Copy full SHA for 10cab48
localstack/config.py
@@ -658,7 +658,7 @@ def populate_edge_configuration(
658
GATEWAY_WORKER_COUNT = int(os.environ.get("GATEWAY_WORKER_COUNT") or 1000)
659
660
# the gateway server that should be used (supported: hypercorn, twisted dev: werkzeug)
661
-GATEWAY_SERVER = os.environ.get("GATEWAY_SERVER", "").strip() or "hypercorn"
+GATEWAY_SERVER = os.environ.get("GATEWAY_SERVER", "").strip() or "twisted"
662
663
# IP of the docker bridge used to enable access between containers
664
DOCKER_BRIDGE_IP = os.environ.get("DOCKER_BRIDGE_IP", "").strip()
0 commit comments