Skip to content

Commit

Permalink
2417 qr dedicated rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Jun 28, 2024
1 parent 46208a9 commit dc821cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/config/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc821cc

Please sign in to comment.