OpenAuth.Net/OpenAuth.WebApi/Properties/launchSettings.json
2020-10-22 14:59:36 +08:00

13 lines
279 B
JSON

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