From 869f2cc94b01e5e98a2d3ef033294f0ae639d0fa Mon Sep 17 00:00:00 2001 From: timbo Date: Fri, 22 Jul 2022 07:34:13 +0100 Subject: [PATCH] Update core.md --- docs/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core.md b/docs/core.md index 4ffe9ff77e..a99a629bf9 100644 --- a/docs/core.md +++ b/docs/core.md @@ -12,7 +12,7 @@ builder.Services.AddControllersWithViews(); builder.Services.AddSystemWebAdapters() .AddRemoteApp(options => { - options.RemoteApp = new(builder.Configuration["ReverseProxy:Clusters:fallbackCluster:Destinations:fallbackApp:Address"]); + options.RemoteAppUrl = new(builder.Configuration["ReverseProxy:Clusters:fallbackCluster:Destinations:fallbackApp:Address"]); options.ApiKey = ClassLibrary.SessionUtils.ApiKey; }) .AddRemoteAppSession()