OpenAuth.Net/OpenAuth.WebApi/Properties/launchSettings.json

13 lines
279 B
JSON
Raw Normal View History

{
"profiles": {
"OpenAuthApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:52789"
}
}
}