Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastrodev committed Oct 18, 2023
1 parent 9f242bb commit a882931
Showing 1 changed file with 8 additions and 37 deletions.
45 changes: 8 additions & 37 deletions ibge/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,13 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5024",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7186;http://localhost:5024",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ibge": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:23108;http://localhost:37204",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
"ibge": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:23108;http://localhost:37204",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

0 comments on commit a882931

Please sign in to comment.