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" } } },