From d973b95141f6e478198361e00f398db305fae944 Mon Sep 17 00:00:00 2001 From: CZ Date: Thu, 11 Jul 2024 16:01:43 +0800 Subject: [PATCH] =?UTF-8?q?launchSettings.json=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebStarter/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebStarter/Properties/launchSettings.json b/WebStarter/Properties/launchSettings.json index 82f39c3..e31ee95 100644 --- a/WebStarter/Properties/launchSettings.json +++ b/WebStarter/Properties/launchSettings.json @@ -17,7 +17,7 @@ "applicationUrl": "http://localhost:5034", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "profiles_active": "prod" + "profiles_active": "dev" } }, "IIS Express": { @@ -27,7 +27,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "applicationUrl": "http://0.0.0.0:5034", - "profiles_active": "prod" + "profiles_active": "dev" } } }