version: 1 common: resourcesPath: ../../components/ apps: - appID: order-processor-sdk appDirPath: ./order-processor/ appPort: 7006 command: ["dotnet", "run"] - appID: checkout-sdk appDirPath: ./checkout/ command: ["dotnet", "run"]