From 393a7215a3be728c1ee638f59d62f994728cfc06 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 21 Oct 2017 10:47:28 -0500 Subject: [PATCH] add launchSettings.json --- src/FilterLists.Api/Properties/launchSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/FilterLists.Api/Properties/launchSettings.json diff --git a/src/FilterLists.Api/Properties/launchSettings.json b/src/FilterLists.Api/Properties/launchSettings.json new file mode 100644 index 000000000..8f5e3bb75 --- /dev/null +++ b/src/FilterLists.Api/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "FilterLists.Api": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:49980/v1/lists" + } + } +} \ No newline at end of file