From 97cc57aff668547972450cfafadd2bd309e041dd Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Sat, 23 Oct 2021 12:00:11 +0800 Subject: [PATCH] fix(platform): use Development --- .../Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Properties/launchSettings.json b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Properties/launchSettings.json index 087daf22f..a03733d45 100644 --- a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Properties/launchSettings.json +++ b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/Properties/launchSettings.json @@ -13,7 +13,7 @@ "launchBrowser": false, "applicationUrl": "http://localhost:30025", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Production" + "ASPNETCORE_ENVIRONMENT": "Development" } } }