processServer.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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-interval": "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-if-all": true,
  35. "accept-filters": [
  36. {
  37. "code": "PresetProcessProfileEq",
  38. "value": "test"
  39. }
  40. ],
  41. "cmd": "scenario-dummy.cmd",
  42. "run-windows-style": "Normal",
  43. "args": "{filenames} {billingplan}",
  44. "timeout-interval": "01:00:00",
  45. "exitcode-succ": 0,
  46. "exitcode-fail": 1
  47. }
  48. ],
  49. "Proxy" : {
  50. "Process": {
  51. "Succ": [
  52. true,
  53. false
  54. ],
  55. "Output": [
  56. "result.txt"
  57. ]
  58. },
  59. "App": {
  60. "default-documents-count": 4,
  61. "max-documents-count": 20,
  62. "default-artifacts-count": 2,
  63. "Extension": [
  64. ".cad",
  65. ".txt",
  66. ".catia"
  67. ],
  68. "NamePrefix": [
  69. "object",
  70. "wing",
  71. "holo"
  72. ],
  73. "PresetCreditCost": [
  74. 1,
  75. 2,
  76. 3
  77. ],
  78. "PresetWatermark": [
  79. true,
  80. false
  81. ],
  82. "PresetQuality": [
  83. 0,
  84. 1,
  85. 2,
  86. 3
  87. ],
  88. "PresetProcessProfile": [
  89. "TEST",
  90. "HIRES",
  91. "LOWRES"
  92. ],
  93. "PresetTest": [
  94. true,
  95. false
  96. ]
  97. }
  98. }
  99. }
  100. }