Files
KonSoft.Clean/microservices/KonSoft.Admin.HttpApi.Host/Properties/launchSettings.json

13 lines
306 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:44354"
}
},
"$schema": "http://json.schemastore.org/launchsettings.json"
}