From 8d9dbbea193c726bc5cc425a8ddcd2425334e759 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 1 Jun 2026 16:04:05 +0200 Subject: [PATCH] Update receiver-ui cluster address in yarp.json Replaced the `primary` destination address in the `receiver-ui` cluster from `http://172.24.12.39:1234` to `https://localhost:52936`. This change likely supports local development or testing by switching to `localhost` with HTTPS and a different port. --- EnvelopeGenerator.API/yarp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvelopeGenerator.API/yarp.json b/EnvelopeGenerator.API/yarp.json index 50711027..954846a3 100644 --- a/EnvelopeGenerator.API/yarp.json +++ b/EnvelopeGenerator.API/yarp.json @@ -83,7 +83,7 @@ "receiver-ui": { "Destinations": { "primary": { - "Address": "http://172.24.12.39:1234" + "Address": "https://localhost:52936" } } },