Skip to content

Commit

Permalink
Update launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Jun 22, 2021
1 parent 54f06d7 commit b8e3be1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MyApp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"MyApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"applicationUrl": "https://localhost:5001/"
},
"MyApp": {
"commandName": "Project",
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001/"
}
}
}
}
}

0 comments on commit b8e3be1

Please sign in to comment.