Skip to content

Commit

Permalink
add additional config vars to ephemeral script
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 25, 2024
1 parent 55d4680 commit bf53c39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/ephemeral.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ echo "Creating ephemeral instance with name: $INSTANCE_NAME"
ENV_VARS_JSON=$(cat <<EOF
{
"LAMBDA_KEEPALIVE_MS": "7200000",
"EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog"
"EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog",
"DISABLE_CUSTOM_CORS_APIGATEWAY": "1",
"DISABLE_CUSTOM_CORS_S3": "1"
}
EOF
)
Expand Down

0 comments on commit bf53c39

Please sign in to comment.