master
wanggaofeng 1 year ago
parent a6fb1cb9e9
commit 054bf82e2d

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

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

Loading…
Cancel
Save