From 37547cc6da75d94f51779662fea5fe27cd3c3d08 Mon Sep 17 00:00:00 2001 From: Nestisse Date: Thu, 28 Mar 2024 14:26:03 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20=C3=A9coute=20port=208080=20http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API_SQLuedo/API/Properties/launchSettings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/API_SQLuedo/API/Properties/launchSettings.json b/API_SQLuedo/API/Properties/launchSettings.json index 5c608f1..5d588ec 100644 --- a/API_SQLuedo/API/Properties/launchSettings.json +++ b/API_SQLuedo/API/Properties/launchSettings.json @@ -9,12 +9,22 @@ } }, "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5015", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:8081;http://localhost:8080", + "applicationUrl": "https://localhost:8081", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }