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.
This commit is contained in:
2026-06-01 16:04:05 +02:00
parent d1088798e5
commit 8d9dbbea19

View File

@@ -83,7 +83,7 @@
"receiver-ui": {
"Destinations": {
"primary": {
"Address": "http://172.24.12.39:1234"
"Address": "https://localhost:52936"
}
}
},