diff options
author | HombreLaser <sebastian-440@live.com> | 2022-09-15 15:31:52 -0500 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2022-09-15 15:31:52 -0500 |
commit | 6160528526285efa2b5d78672d5f713bb8eece88 (patch) | |
tree | 74373943f23ed389797c76d9a24fd991fbeb9b58 /Properties | |
parent | 2c9d21b82927d7c485e9cacf3352135ed22b900e (diff) |
Commit inicial
Diffstat (limited to 'Properties')
-rw-r--r-- | Properties/launchSettings.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..2831de1 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:40950", + "sslPort": 44342 + } + }, + "profiles": { + "LibraryAPI": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7246;http://localhost:5218", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} |