Browse Source

Add default Development launch profile for Kestreal (#522)

main
Steve Smith 5 years ago
committed by GitHub
parent
commit
15bd78ee5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/Web/Properties/launchSettings.json

9
src/Web/Properties/launchSettings.json

@ -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,

Loading…
Cancel
Save