diff --git a/EnvelopeGenerator.API/appsettings.Development.json b/EnvelopeGenerator.API/appsettings.Development.json index f3350f57..dce89096 100644 --- a/EnvelopeGenerator.API/appsettings.Development.json +++ b/EnvelopeGenerator.API/appsettings.Development.json @@ -1,10 +1,21 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" +"Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } +}, +"ReverseProxy": { + "Clusters": { + "receiver-ui": { + "Destinations": { + "primary": { + "Address": "https://localhost:52936" + } + } } - }, + } +}, "AuthClientParams": { "Url": "http://172.24.12.39:9090/auth-hub", "PublicKeys": [ diff --git a/EnvelopeGenerator.API/yarp.json b/EnvelopeGenerator.API/yarp.json index 954846a3..50711027 100644 --- a/EnvelopeGenerator.API/yarp.json +++ b/EnvelopeGenerator.API/yarp.json @@ -83,7 +83,7 @@ "receiver-ui": { "Destinations": { "primary": { - "Address": "https://localhost:52936" + "Address": "http://172.24.12.39:1234" } } },