We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c465e25 + 99676a2 commit ca36127Copy full SHA for ca36127
src/dotnetstarter/Properties/launchSettings.json
@@ -3,13 +3,18 @@
3
"IIS Express": {
4
"commandName": "IISExpress",
5
"launchBrowser": true,
6
+ "launchUrl": "http://localhost:5000",
7
"environmentVariables": {
- "ASPNET_ENV": "Development"
8
+ "ASPNETCORE_ENVIRONMENT": "Development"
9
}
10
},
- "kestrel": {
11
- "commandName": "kestrel",
12
- "sdkVersion": "dnx-coreclr-win-x64.1.0.0-rc1-final"
+ "dotnetstarter": {
+ "commandName": "Project",
13
+ "launchBrowser": true,
14
15
+ "environmentVariables": {
16
17
+ }
18
19
20
0 commit comments