2016-09-06 17:09:19 -07:00
|
|
|
{
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
2016-12-14 18:23:57 +01:00
|
|
|
"applicationUrl": "http://localhost:5002/",
|
2016-09-06 17:09:19 -07:00
|
|
|
"sslPort": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
2016-11-24 14:58:37 +01:00
|
|
|
"launchUrl": "/swagger/ui",
|
2016-09-06 17:09:19 -07:00
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
2016-09-07 13:52:26 -07:00
|
|
|
"Microsoft.eShopOnContainers.Services.Ordering.API": {
|
2016-09-06 17:09:19 -07:00
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
2016-09-14 00:44:13 -07:00
|
|
|
"launchUrl": "http://localhost:5000/api/environmentInfo/machinename",
|
2016-09-06 17:09:19 -07:00
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
2016-09-14 00:44:13 -07:00
|
|
|
},
|
|
|
|
"Docker": {
|
|
|
|
"executablePath": "%WINDIR%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
2016-10-06 20:09:44 -07:00
|
|
|
"commandLineArgs": "-ExecutionPolicy RemoteSigned .\\DockerTask.ps1 -Run -Environment $(Configuration) -Machine '$(DockerMachineName)'",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "http://localhost:{ServicePort}/api/environmentInfo/machinename"
|
2016-09-06 17:09:19 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|