Skip to content

Commit

Permalink
修改端口
Browse files Browse the repository at this point in the history
  • Loading branch information
heyz committed Jun 18, 2019
1 parent 2860867 commit e1ef518
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions Jenkins.MVC/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50525",
"sslPort": 0
}
},

"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},

"Jenkins.MVC": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:8081",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit e1ef518

Please sign in to comment.