From de4e5d589c6fa5e1e062d69e9045c75e6f74553d Mon Sep 17 00:00:00 2001 From: Christopher Gross cogross Date: Tue, 20 Aug 2024 15:19:15 +0000 Subject: [PATCH] update port --- src/main/resources/config/bootstrap.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/config/bootstrap.yml b/src/main/resources/config/bootstrap.yml index 44720e8..2822277 100644 --- a/src/main/resources/config/bootstrap.yml +++ b/src/main/resources/config/bootstrap.yml @@ -30,8 +30,6 @@ spring: timeout: 10 rabbitmq: host: '${MESSAGING_SERVER_HOSTNAME:messaging}' - query-results-rabbitmq: - host: '${MESSAGING_SERVER_HOSTNAME:messaging}' port: 5673 # Define encryption information so that we can encrypt/decrypt passwords. @@ -101,10 +99,6 @@ spring: discovery: enabled: true failFast: true - query-results-rabbitmq: - discovery: - enabled: true - failFast: true ---