Skip to content

Commit

Permalink
test replace url with host.docker.internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Apr 22, 2024
1 parent b68d89c commit 7168f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ slack.trace.webhooks=${AB2D_SLACK_TRACE_WEBHOOKS:#{''}}

cloud.aws.credentials.access-key: ${AWS_ACCESS_KEY_ID:EXAMPLEKEY}
cloud.aws.credentials.secret-key: ${AWS_SECRET_ACCESS_KEY:EXAMPLEKEY}
cloud.aws.end-point.uri:http://localhost:4566
cloud.aws.end-point.uri:http://host.docker.internal:4566
cloud.aws.region.static=us-east-1
cloud.aws.region.auto=false
cloud.aws.stack.auto=false
Expand Down

0 comments on commit 7168f50

Please sign in to comment.