Files
KonSoft.Clean/gateways/KonSoft.InternalGateway/Properties/launchSettings.json

15 lines
370 B
JSON

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