Files
IGP-Fan-Reference/API/Properties/launchSettings.json

12 lines
265 B
JSON

{
"profiles": {
"API": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:63192;http://localhost:63193"
}
}
}