add launchSettings.json

This commit is contained in:
Collin M. Barrett 2017-10-21 10:47:28 -05:00
parent 65ca6d46c7
commit 393a7215a3

View file

@ -0,0 +1,12 @@
{
"profiles": {
"FilterLists.Api": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:49980/v1/lists"
}
}
}