interface.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. MASTER:
  2. # windows: 'http://192.168.2.104',
  3. # product-ali: 'http://172.16.160.65'
  4. # product-电信: 'http://172.20.1.251'
  5. # local-102: 'http://192.168.2.102'
  6. # local-103: 'http://192.168.2.103'
  7. # local 'http://127.0.0.1'
  8. ip: ['http://127.0.0.1']
  9. PATH:
  10. python: ['/data/anaconda3/envs/convert3/bin/python']
  11. gunicorn: ['/data/anaconda3/envs/convert3/bin/gunicorn']
  12. project: ['/data/fangjiasheng/format_conversion_maxcompute/']
  13. CONVERT:
  14. port: [15010]
  15. processes: [30]
  16. SCHEDULE:
  17. port:
  18. OCR:
  19. port_start: [17000]
  20. port_no: [4]
  21. OTR:
  22. port_start: [18000]
  23. port_no: [2]
  24. OFFICE:
  25. port_start: [16000]
  26. port_no: [25]
  27. SLAVE:
  28. ip: ['http://127.0.0.1', 'http://192.168.0.114']
  29. PATH:
  30. python: ['/data/anaconda3/envs/convert/bin/python', '/data/anaconda3/envs/tf2/bin/python']
  31. gunicorn: ['/data/anaconda3/envs/convert/bin/gunicorn', '/data/anaconda3/envs/tf2/bin/gunicorn']
  32. project: ['/data/fangjiasheng/format_conversion_maxcompute/', '/data/fangjiasheng/format_conversion_maxcompute/']
  33. CONVERT:
  34. port:
  35. processes:
  36. SCHEDULE:
  37. port:
  38. OCR:
  39. port_start: [17005, 17000]
  40. port_no: [0, 2]
  41. OTR:
  42. port_start: [18005, 18000]
  43. port_no: [3, 4]
  44. OFFICE:
  45. port_start:
  46. port_no: