diff --git a/config/application.properties b/config/application.properties index 8b13789..4bc1109 100644 --- a/config/application.properties +++ b/config/application.properties @@ -1 +1,2 @@ +aws.profile=default diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 62d84c4..9b14208 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,6 @@ management.endpoint.health.show-details=always # Disable auto cloud formation cloud.aws.stack.auto=false -aws.profile=default aws.region=${AWS_REGION:us-east-1} aws.sqs-endpoint=${AWS_SQS_ENDPOINT:http://localhost:4566/000000000000/} aws.internal-queue-name=local-internal-signal-hub