refactor(services): 🔥 rm launchSettings.json in favor of always using dcproj

This commit is contained in:
Collin M. Barrett 2020-09-15 17:08:07 -05:00
parent 40a4b60f64
commit 86f2c18494
2 changed files with 0 additions and 22 deletions

View file

@ -1,11 +0,0 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true
}
}
}

View file

@ -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
}
}
}