|
|
@ -4,7 +4,7 @@
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:34710",
|
|
|
|
"applicationUrl": "http://localhost:5101",
|
|
|
|
"sslPort": 0
|
|
|
|
"sslPort": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
"IIS Express": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "weatherforecast",
|
|
|
|
"launchUrl": "api/ServiceA/ping",
|
|
|
|
"environmentVariables": {
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
}
|
|
|
|