diff --git a/src/main/resources/config/bootstrap.yml b/src/main/resources/config/bootstrap.yml index eb36748..38f2b3b 100644 --- a/src/main/resources/config/bootstrap.yml +++ b/src/main/resources/config/bootstrap.yml @@ -30,6 +30,9 @@ 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. # KEYSTORE_LOCATION should be defined in the environment (or on the command-line with --encrypt.key-store.location=location) @@ -58,6 +61,9 @@ spring: uri: 'file:///tmp/microservice-config' rabbitmq: host: '${MESSAGING_SERVER_HOSTNAME:localhost}' + query-result-rabbitmq: + host: '${MESSAGING_SERVER_HOSTNAME:localhost}' + port: 5673 encrypt: failOnError: true