Skip to content

Commit

Permalink
chore(webAPI): Remove unused lauch profiles (#1186)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated application launch settings to improve user control over the
startup process.
  
- **Bug Fixes**
- Removed the IIS Express profile to streamline application
configuration.

- **Chores**
- Adjusted the browser launch setting to prevent automatic opening upon
application start.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
oskogstad authored Sep 24, 2024
1 parent 13ca9ab commit cdceec2
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38966",
"sslPort": 44343
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5123",
"environmentVariables": {
Expand All @@ -28,14 +20,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

0 comments on commit cdceec2

Please sign in to comment.