From 7766df5e0feb24267412c699272d71d3b1118adc Mon Sep 17 00:00:00 2001 From: aniebietafia Date: Wed, 6 Aug 2025 01:24:14 +0100 Subject: [PATCH] chore: automated deployment to aws ec2. Signed-off-by: aniebietafia --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index b2673e0..edaebda 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -104,7 +104,7 @@ management.endpoint.health.show-components=always management.endpoints.web.base-path=/actuator # RabbitMQ Configuration -spring.rabbitmq.addresses=${RABBITMQ_ENDPOINT} +spring.rabbitmq.addresses=${RABBITMQ_ENDPOINT}:${RABBITMQ_PORT} spring.rabbitmq.username=${RABBITMQ_USERNAME} spring.rabbitmq.password=${RABBITMQ_PASSWORD} spring.rabbitmq.ssl.enabled=true