processServer.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "api-base-url": "http://localhost:5000/api/",
  3. "api-user": "Process",
  4. "api-pwd": "SmRAd1avKA",
  5. "api-magic": "SHARE",
  6. "api-timeout": "00:10:00",
  7. "System": {
  8. "mode": "proxy",
  9. "identification": "DevNode#1",
  10. "preferred-interface": "auto",
  11. "pool-pull-documents": 4,
  12. "pool-pull-interval": "00:01:00",
  13. "pool-path-base": "D:\\BO.PS",
  14. "pool-path-pending": ".pending",
  15. "pool-path-working": ".working",
  16. "pool-path-done": ".done",
  17. "pool-path-fail": ".fail",
  18. "pool-retention": {
  19. "enabled": true,
  20. "interval": "24:00:00",
  21. "size": 1000000000,
  22. "items": 100
  23. },
  24. "status-monitoring": {
  25. "enabled": true,
  26. "file": "{CD}\\status.csv",
  27. "interval": "00:00:10"
  28. },
  29. "scenario-base": "{CD}\\Scenarios",
  30. "scenario-parallels": 2,
  31. "Scenarios": [
  32. {
  33. "name": "test",
  34. "accept-filters": [
  35. {
  36. "code": "profile",
  37. "value": "test"
  38. }
  39. ],
  40. "cmd": "scenario-dummy.cmd",
  41. "args": "{filenames} {billingplan}",
  42. "timeout-interval": "01:00:00",
  43. "exitcode-succ": 0,
  44. "exitcode-fail": 1
  45. }
  46. ]
  47. }
  48. }