Skip to content

Commit 977d68b

Browse files
Merge pull request dotnet-architecture#106 from dazhao-msft/master
Removes Docker profile from launchSettings.json
2 parents c792800 + 9edf68b commit 977d68b

5 files changed

Lines changed: 0 additions & 22 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"profiles": {
3-
"Docker": {
4-
"executablePath": "%WINDIR%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
5-
"commandLineArgs": "-ExecutionPolicy RemoteSigned .\\DockerTask.ps1 -Run -Environment $(Configuration) -Machine '$(DockerMachineName)'"
6-
}
73
}
84
}

src/Services/Basket/Basket.API/Properties/launchSettings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
}
26-
},
27-
"Docker": {
28-
"launchBrowser": true,
29-
"launchUrl": "http://localhost:{ServicePort}/api/values"
3026
}
3127
}
3228
}

src/Services/Catalog/Catalog.API/Properties/launchSettings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
}
25-
},
26-
"Docker": {
27-
"launchBrowser": true,
28-
"launchUrl": "http://localhost:{ServicePort}/api/values"
2925
}
3026
}
3127
}

src/Services/Ordering/Ordering.API/Properties/launchSettings.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
}
26-
},
27-
"Docker": {
28-
"executablePath": "%WINDIR%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
29-
"commandLineArgs": "-ExecutionPolicy RemoteSigned .\\DockerTask.ps1 -Run -Environment $(Configuration) -Machine '$(DockerMachineName)'",
30-
"launchBrowser": true,
31-
"launchUrl": "http://localhost:{ServicePort}/api/environmentInfo/machinename"
3226
}
3327
}
3428
}

src/Web/WebMVC/Properties/launchSettings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
"environmentVariables": {
2222
"ASPNETCORE_ENVIRONMENT": "Development"
2323
}
24-
},
25-
"Docker": {
26-
"launchBrowser": true,
27-
"launchUrl": "http://localhost:{ServicePort}"
2824
}
2925
}
3026
}

0 commit comments

Comments
 (0)