From 04a1d7e1073d5d639efaa443b1ca598e26b4ec65 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 19 Mar 2024 07:43:44 +0100 Subject: [PATCH] try --- src/HeartTrackAPI/Properties/launchSettings.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/HeartTrackAPI/Properties/launchSettings.json b/src/HeartTrackAPI/Properties/launchSettings.json index e100332..ab36185 100644 --- a/src/HeartTrackAPI/Properties/launchSettings.json +++ b/src/HeartTrackAPI/Properties/launchSettings.json @@ -9,27 +9,26 @@ } }, "profiles": { - "https": { + "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:8080;http://localhost:5030", + "applicationUrl": "http://localhost:5030", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, - "http": { + "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5033", + "applicationUrl": "https://localhost:7233;http://localhost:5030,https://codefirst.iut.uca.fr/containers/HeartDev-api:8080, https://codefirst.iut.uca.fr:8080", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, - "IIS Express": { "commandName": "IISExpress", "launchBrowser": true,