Skip to content

Commit

Permalink
chore: commonly use SPRING_AMQP_DESERIALIZATION_TRUST_ALL env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Oct 25, 2023
1 parent adf3ad2 commit f61b860
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spring :
port : ${RABBITMQ_PORT:5672}
username : ${RABBITMQ_USERNAME:svc_testing}
password : ${RABBITMQ_PASSWORD:svc_testing}
amqp :
deserialization :
trust :
all : true
devtools :
add-properties : false
restart :
Expand Down
4 changes: 0 additions & 4 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ 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 f61b860

Please sign in to comment.