From 3d18e57c8629cd5aec6c3c46be75d877b4dd8b0f Mon Sep 17 00:00:00 2001 From: etudiant Date: Sun, 19 Feb 2023 14:38:20 +0100 Subject: [PATCH] modif --- .../Properties/launchSettings.json | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/Minecraft.Crafting.Api/Properties/launchSettings.json b/Minecraft.Crafting.Api/Properties/launchSettings.json index 53872a0..a72705a 100644 --- a/Minecraft.Crafting.Api/Properties/launchSettings.json +++ b/Minecraft.Crafting.Api/Properties/launchSettings.json @@ -1,14 +1,22 @@ { + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:51530", + "sslPort": 44598 + } + }, "profiles": { "Minecraft.Crafting.Api": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", + "applicationUrl": "https://localhost:7234;http://localhost:5234", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - }, - "dotnetRunMessages": true, - "applicationUrl": "https://localhost:7234;http://localhost:5234" + } }, "IIS Express": { "commandName": "IISExpress", @@ -22,17 +30,7 @@ "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", - "publishAllPorts": true, - "useSSL": true - } - }, - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:51530", - "sslPort": 44598 + "environmentVariables": {} } } } \ No newline at end of file