David Fowler b3f9d2e0c3 Make services run individually and outside of docker
- Removed manual port binding code
- Disable Seq and logstash if config is null
- Disable serilog for now
- Remove IIS from some launch profiles
- Clean up some logging.
2023-05-04 01:10:34 -07:00

14 lines
355 B
JSON

{
"profiles": {
"Basket.API": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5222",
"environmentVariables": {
"Identity__Url": "http://localhost:5225",
"Identity__ExternalUrl": "http://localhost:5225",
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}