- 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.
14 lines
355 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |