Add default Development launch profile for Kestreal (#522)

This commit is contained in:
Steve Smith
2021-04-14 16:27:56 -04:00
committed by GitHub
parent 3a48dfc99d
commit 15bd78ee5b

View File

@@ -17,6 +17,15 @@
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Web": {
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Web - PROD": {
"commandName": "Project",
"launchBrowser": true,