Skip to content

Commit

Permalink
feat: trust the amqp message orginiator
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Oct 25, 2023
1 parent f97902f commit 348d543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ spring :
port : ${RABBITMQ_PORT:${embedded.rabbitmq.port:5672}}
username : ${RABBITMQ_USERNAME:${embedded.rabbitmq.user:svc_testing}}
password : ${RABBITMQ_PASSWORD:${embedded.rabbitmq.password:svc_testing}}
amqp :
deserialization :
trust :
all : true
devtools :
add-properties : false
restart :
Expand Down

0 comments on commit 348d543

Please sign in to comment.