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