From 38f1342ed7c6a011c6c3c6099cd56ec189b9b20a Mon Sep 17 00:00:00 2001 From: joaoluis-pdm <77448470+joaoluis-pdm@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:15:17 +0000 Subject: [PATCH] #123 - missing mqEndpoints on bdns.hosts traceability domain --- fgt-bdns/tst/bdns.hosts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fgt-bdns/tst/bdns.hosts b/fgt-bdns/tst/bdns.hosts index 6acd9084..92485973 100644 --- a/fgt-bdns/tst/bdns.hosts +++ b/fgt-bdns/tst/bdns.hosts @@ -7,6 +7,9 @@ "brickStorages": [ "https://fgt.pharmaledger.pdmfc.com" ], + "mqEndpoints": [ + "https://fgt.pharmaledger.pdmfc.com" + ], "notifications": [ "https://fgt.pharmaledger.pdmfc.com" ] @@ -165,4 +168,4 @@ "https://whs-zuellig-fgt.pharmaledger.pdmfc.com" ] } -} \ No newline at end of file +}