Updated RabbitMQ config for notification.
This commit is contained in:
@@ -25,7 +25,7 @@ appointment.portal.context=GEPAFINPORTAL
|
||||
flagDaFirmare=false
|
||||
|
||||
# RabbitMQ properties for STOMP broker relay for Notification
|
||||
spring.rabbitmq.host=localhost
|
||||
spring.rabbitmq.host=rabitmq.bflows.ai
|
||||
spring.rabbitmq.port=61613
|
||||
spring.rabbitmq.username=guest
|
||||
spring.rabbitmq.password=guest
|
||||
|
||||
@@ -32,7 +32,7 @@ appointment.portal.context=GEPAFINPORTAL
|
||||
flagDaFirmare=true
|
||||
|
||||
# RabbitMQ properties for STOMP broker relay for Notification
|
||||
spring.rabbitmq.host=localhost
|
||||
spring.rabbitmq.host=rabitmq.bflows.ai
|
||||
spring.rabbitmq.port=61613
|
||||
spring.rabbitmq.username=guest
|
||||
spring.rabbitmq.password=guest
|
||||
|
||||
@@ -21,7 +21,7 @@ appointment.portal.context=GEPAFINPORTAL
|
||||
flagDaFirmare=false
|
||||
|
||||
# RabbitMQ properties for STOMP broker relay for Notification
|
||||
spring.rabbitmq.host=localhost
|
||||
spring.rabbitmq.host=rabitmq.bflows.ai
|
||||
spring.rabbitmq.port=61613
|
||||
spring.rabbitmq.username=guest
|
||||
spring.rabbitmq.password=guest
|
||||
|
||||
@@ -4,7 +4,7 @@ spring.application.name=tendermanagement
|
||||
spring.servlet.multipart.max-file-size=300MB
|
||||
spring.servlet.multipart.max-request-size=300MB
|
||||
|
||||
spring.profiles.active=testing
|
||||
spring.profiles.active=testing
|
||||
|
||||
|
||||
# JPA Configuration
|
||||
|
||||
Reference in New Issue
Block a user