From 611e92a1283a2a64de398b4944f80dfe9f7a526b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 14 Nov 2020 07:48:58 -0600 Subject: [PATCH] =?UTF-8?q?refactor(services):=20=E2=99=BB=20accept=20auto?= =?UTF-8?q?-added=20launchSettings.json=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 27 +++++++++++++++++++ .../Properties/launchSettings.json | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json create 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 new file mode 100644 index 000000000..dfdf8f863 --- /dev/null +++ b/services/Archival/FilterLists.Archival.Api/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:60531/", + "sslPort": 44313 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "FilterLists.Archival.Api": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:5001;http://localhost:5000" + } + } +} \ 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 new file mode 100644 index 000000000..5a5e834c9 --- /dev/null +++ b/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:60529/", + "sslPort": 44317 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "FilterLists.Directory.Api": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:5001;http://localhost:5000" + } + } +} \ No newline at end of file