Updated RabbitMQ config for notification.

This commit is contained in:
piyushkag
2024-12-27 15:03:07 +05:30
parent 70f9149955
commit 42e1f6a0c5
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=false flagDaFirmare=false
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
spring.rabbitmq.host=localhost spring.rabbitmq.host=rabitmq.bflows.ai
spring.rabbitmq.port=61613 spring.rabbitmq.port=61613
spring.rabbitmq.username=guest spring.rabbitmq.username=guest
spring.rabbitmq.password=guest spring.rabbitmq.password=guest

View File

@@ -32,7 +32,7 @@ appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=true flagDaFirmare=true
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
spring.rabbitmq.host=localhost spring.rabbitmq.host=rabitmq.bflows.ai
spring.rabbitmq.port=61613 spring.rabbitmq.port=61613
spring.rabbitmq.username=guest spring.rabbitmq.username=guest
spring.rabbitmq.password=guest spring.rabbitmq.password=guest

View File

@@ -21,7 +21,7 @@ appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=false flagDaFirmare=false
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
spring.rabbitmq.host=localhost spring.rabbitmq.host=rabitmq.bflows.ai
spring.rabbitmq.port=61613 spring.rabbitmq.port=61613
spring.rabbitmq.username=guest spring.rabbitmq.username=guest
spring.rabbitmq.password=guest spring.rabbitmq.password=guest

View File

@@ -4,7 +4,7 @@ spring.application.name=tendermanagement
spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-file-size=300MB
spring.servlet.multipart.max-request-size=300MB spring.servlet.multipart.max-request-size=300MB
spring.profiles.active=testing spring.profiles.active=testing
# JPA Configuration # JPA Configuration