Browse Source

Merge pull request #106 from dazhao-msft/master

Removes Docker profile from launchSettings.json
pull/108/head
Cesar De la Torre 8 years ago
committed by GitHub
parent
commit
977d68b0dc
5 changed files with 0 additions and 22 deletions
  1. +0
    -4
      src/Console/eShopConsole/Properties/launchSettings.json
  2. +0
    -4
      src/Services/Basket/Basket.API/Properties/launchSettings.json
  3. +0
    -4
      src/Services/Catalog/Catalog.API/Properties/launchSettings.json
  4. +0
    -6
      src/Services/Ordering/Ordering.API/Properties/launchSettings.json
  5. +0
    -4
      src/Web/WebMVC/Properties/launchSettings.json

+ 0
- 4
src/Console/eShopConsole/Properties/launchSettings.json View File

@ -1,8 +1,4 @@
{
"profiles": {
"Docker": {
"executablePath": "%WINDIR%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-ExecutionPolicy RemoteSigned .\\DockerTask.ps1 -Run -Environment $(Configuration) -Machine '$(DockerMachineName)'"
}
}
}

+ 0
- 4
src/Services/Basket/Basket.API/Properties/launchSettings.json View File

@ -23,10 +23,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"launchBrowser": true,
"launchUrl": "http://localhost:{ServicePort}/api/values"
}
}
}

+ 0
- 4
src/Services/Catalog/Catalog.API/Properties/launchSettings.json View File

@ -22,10 +22,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"launchBrowser": true,
"launchUrl": "http://localhost:{ServicePort}/api/values"
}
}
}

+ 0
- 6
src/Services/Ordering/Ordering.API/Properties/launchSettings.json View File

@ -23,12 +23,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"executablePath": "%WINDIR%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-ExecutionPolicy RemoteSigned .\\DockerTask.ps1 -Run -Environment $(Configuration) -Machine '$(DockerMachineName)'",
"launchBrowser": true,
"launchUrl": "http://localhost:{ServicePort}/api/environmentInfo/machinename"
}
}
}

+ 0
- 4
src/Web/WebMVC/Properties/launchSettings.json View File

@ -21,10 +21,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"launchBrowser": true,
"launchUrl": "http://localhost:{ServicePort}"
}
}
}

Loading…
Cancel
Save