Skip to content

Commit bf53c39

Browse files
committed
add additional config vars to ephemeral script
1 parent 55d4680 commit bf53c39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/ephemeral.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ echo "Creating ephemeral instance with name: $INSTANCE_NAME"
1111
ENV_VARS_JSON=$(cat <<EOF
1212
{
1313
"LAMBDA_KEEPALIVE_MS": "7200000",
14-
"EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog"
14+
"EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog",
15+
"DISABLE_CUSTOM_CORS_APIGATEWAY": "1",
16+
"DISABLE_CUSTOM_CORS_S3": "1"
1517
}
1618
EOF
1719
)

0 commit comments

Comments
 (0)