From aa3798d4fc161398190f566a5faa36a05a42e2a0 Mon Sep 17 00:00:00 2001 From: Christian S Date: Tue, 7 Dec 2021 22:50:56 +0100 Subject: [PATCH] Fixes wrong environment name (#24216) in multi environment launch settings documentation sample --- .../6.0sample/EnvironmentsSample/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/environments/6.0sample/EnvironmentsSample/Properties/launchSettings.json b/aspnetcore/fundamentals/environments/6.0sample/EnvironmentsSample/Properties/launchSettings.json index 9eda6ae275..e47a2c5135 100644 --- a/aspnetcore/fundamentals/environments/6.0sample/EnvironmentsSample/Properties/launchSettings.json +++ b/aspnetcore/fundamentals/environments/6.0sample/EnvironmentsSample/Properties/launchSettings.json @@ -34,7 +34,7 @@ "launchBrowser": true, "applicationUrl": "https://localhost:7152;http://localhost:5105", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" } }, "IIS Express": {