Skip to content

Commit

Permalink
moved aws profile to dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
francarl77 committed Oct 17, 2023
1 parent 056bafd commit e439820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions config/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
aws.profile=default

1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e439820

Please sign in to comment.