28 lines
772 B
JSON
28 lines
772 B
JSON
{
|
|
"applications": {
|
|
"Acme.BookStore.HttpApi.Host": {
|
|
"type": "dotnet-project",
|
|
"launchUrl": "https://localhost:44380",
|
|
"path": "../../../src/Acme.BookStore.HttpApi.Host/Acme.BookStore.HttpApi.Host.csproj",
|
|
"kubernetesService": ".*-httpapihost$",
|
|
"healthCheckEndpoint": "/health-status",
|
|
"healthUiEndpoint": "/health-ui",
|
|
"execution": {
|
|
"order": 4
|
|
}
|
|
},
|
|
"Acme.BookStore.Angular": {
|
|
"type": "cli",
|
|
"workingDirectory": "../../../angular",
|
|
"startCommand": "./start.ps1",
|
|
"launchUrl": "http://localhost:4200",
|
|
"kubernetesService": ".*-angular$",
|
|
"execution": {
|
|
"order": 2
|
|
}
|
|
}
|
|
},
|
|
"containers": {
|
|
"serviceName": "BookStore-Containers",
|
|
}
|
|
} |