Skip to content

Commit

Permalink
Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hedley committed Sep 26, 2023
1 parent 60d1263 commit 6eb8a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utility/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"profiles": {
"Utility": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7124;http://localhost:5124",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
Expand All @@ -27,4 +27,4 @@
}
}
}
}
}

0 comments on commit 6eb8a5a

Please sign in to comment.