diff options
author | HombreLaser <sebastian-440@live.com> | 2022-10-26 18:10:07 -0500 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2022-10-26 18:10:07 -0500 |
commit | 5c57b4411f7f4c5a244394579b2e5af4f946b389 (patch) | |
tree | 26041eca87dd69b6eaee7f41e6d1e6accb3ed2fb /Properties | |
parent | 0a04f3a9f516754a9e634bbe0322cd947d63c4a5 (diff) |
Añadido servicio logger
Diffstat (limited to 'Properties')
-rw-r--r-- | Properties/launchSettings.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" } |