From 5c57b4411f7f4c5a244394579b2e5af4f946b389 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 26 Oct 2022 18:10:07 -0500 Subject: Añadido servicio logger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Properties/launchSettings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Properties') diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 2831de1..7a7f65b 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -1,4 +1,5 @@ -{ +// HTTPS address: https://localhost:7246 +{ "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, @@ -14,7 +15,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7246;http://localhost:5218", + "applicationUrl": "http://localhost:5218", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } -- cgit v1.2.3