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:
@@ -83,7 +83,7 @@
|
|||||||
"receiver-ui": {
|
"receiver-ui": {
|
||||||
"Destinations": {
|
"Destinations": {
|
||||||
"primary": {
|
"primary": {
|
||||||
"Address": "http://172.24.12.39:1234"
|
"Address": "https://localhost:52936"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user