processServer.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "retention-": "24:00:00",
  21. "size": 1000000000,
  22. "items": 100
  23. },
  24. "status-monitoring": {
  25. "enabled": true,
  26. "file": "{CD}\\status.csv",
  27. "monitoring-interval": "00:00:10"
  28. },
  29. "scenario-path-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. "Proxy" : {
  48. "Process": {
  49. "Succ": [
  50. true,
  51. false
  52. ],
  53. "Output": [
  54. "result.txt"
  55. ]
  56. },
  57. "App": {
  58. "default-documents-count": 4,
  59. "max-documents-count": 20,
  60. "default-artifacts-count": 2,
  61. "Extension": [
  62. ".cad",
  63. ".txt",
  64. ".catia"
  65. ],
  66. "NamePrefix": [
  67. "object",
  68. "wing",
  69. "holo"
  70. ],
  71. "PresetCreditCost": [
  72. 1,
  73. 2,
  74. 3
  75. ],
  76. "PresetWatermark": [
  77. true,
  78. false
  79. ],
  80. "PresetQuality": [
  81. 0,
  82. 1,
  83. 2,
  84. 3
  85. ],
  86. "PresetProcessProfile": [
  87. "TEST",
  88. "HIRES",
  89. "LOWRES"
  90. ],
  91. "PresetTest": [
  92. true,
  93. false
  94. ]
  95. }
  96. }
  97. }
  98. }