configurable exchange

This commit is contained in:
2020-04-13 16:21:02 +02:00
parent 928c9888dd
commit 2bfc385681
3 changed files with 6 additions and 18 deletions

View File

@ -15,5 +15,7 @@ ktor {
host = ${MQ_HOST}
username = ${MQ_USERNAME}
password = ${MQ_PASSWORD}
exchange = "output"
exchange = ${?MQ_EXCHANGE}
}
}