From 86f2c184945baa721ed605adb5e5968d3e15111d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 15 Sep 2020 17:08:07 -0500 Subject: [PATCH] =?UTF-8?q?refactor(services):=20=F0=9F=94=A5=20rm=20launc?= =?UTF-8?q?hSettings.json=20in=20favor=20of=20always=20using=20dcproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 11 ----------- .../Properties/launchSettings.json | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json delete mode 100644 services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json diff --git a/services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json b/services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json deleted file mode 100644 index 486d2d637..000000000 --- a/services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/launchsettings.json", - "profiles": { - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - "publishAllPorts": true - } - } -} \ No newline at end of file diff --git a/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json b/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json deleted file mode 100644 index bc27f0c7e..000000000 --- a/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/launchsettings.json", - "profiles": { - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/v1/lists", - "publishAllPorts": true - } - } -} \ No newline at end of file