{ "applications": { "Hua.Abp.Demo.HttpApi.Host": { "type": "dotnet-project", "launchUrl": "https://localhost:44322", "path": "../../../src/Hua.Abp.Demo.HttpApi.Host/Hua.Abp.Demo.HttpApi.Host.csproj", "kubernetesService": ".*-httpapihost$", "healthCheckEndpoint": "/health-status", "healthUiEndpoint": "/health-ui", "execution": { "order": 4 } }, "Hua.Abp.Demo.Angular": { "type": "cli", "workingDirectory": "../../../angular", "startCommand": "./start.ps1", "launchUrl": "http://localhost:4200", "kubernetesService": ".*-angular$", "execution": { "order": 2 } } }, "containers": { "serviceName": "Demo-Containers", }, "tasks":{ "Initialize Solution":{ "behaviour": 2, "startCommand": "./initialize-solution.ps1", "workingDirectory": "../../scripts", "shortDescription": "Installs required UI libraries, creates required certificates and seeds the database." }, "Migrate Database":{ "behaviour": 0, "startCommand": "./migrate-database.ps1", "workingDirectory": "../../scripts", "shortDescription": "Migrates the database to the latest version." } } }