From 6cdd55462753dad3b98163d4c3d9f43a16e27672 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 26 Dec 2022 21:36:02 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Code/ProjetBlazor/?= =?UTF-8?q?Properties/launchSettings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/ProjetBlazor/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/ProjetBlazor/Properties/launchSettings.json b/Code/ProjetBlazor/Properties/launchSettings.json index 33f054e..9871da4 100644 --- a/Code/ProjetBlazor/Properties/launchSettings.json +++ b/Code/ProjetBlazor/Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "launchBrowser": true, "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7236;http://localhost:5021" @@ -13,7 +13,7 @@ "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" } } },