serviceDependencies.json 250 B

123456789101112131415
  1. {
  2. "dependencies": {
  3. "apis1": {
  4. "type": "apis"
  5. },
  6. "apis2": {
  7. "type": "apis"
  8. },
  9. "mssql1": {
  10. "type": "mssql",
  11. "connectionId": "ConnectionStrings:MTWorkHRConnectionString",
  12. "dynamicId": null
  13. }
  14. }
  15. }