From 7fc82cf752402e9f101ee7703b61587d051b79dc Mon Sep 17 00:00:00 2001 From: Antoine Jourdain Date: Fri, 9 Feb 2024 20:39:38 +0100 Subject: [PATCH] Encore un test docker... --- .../adminBlazor/Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Project/adminBlazor/adminBlazor/Properties/launchSettings.json b/Project/adminBlazor/adminBlazor/Properties/launchSettings.json index c800f94..6a039a2 100644 --- a/Project/adminBlazor/adminBlazor/Properties/launchSettings.json +++ b/Project/adminBlazor/adminBlazor/Properties/launchSettings.json @@ -9,6 +9,15 @@ "applicationUrl": "https://localhost:7054;http://localhost:5138", "dotnetRunMessages": true }, + "http": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:5138", + "dotnetRunMessages": true + }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true,