Skip to content

Commit

Permalink
Disable hot reload by default for ASP.NET Core project.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-evgrafov committed Mar 29, 2022
1 parent 17ccb5d commit ab5f871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Demos/ASP.NET Core/src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "viewer",
"applicationUrl": "https://localhost:8081;http://localhost:8080",
"applicationUrl": "https://localhost:9091;http://localhost:8080",
"hotReloadEnabled": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit ab5f871

Please sign in to comment.