123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- MASTER:
- # windows: 'http://192.168.2.104',
- # product-ali: 'http://172.16.160.65'
- # product-电信: 'http://172.20.1.251'
- # local-102: 'http://192.168.2.102'
- # local-103: 'http://192.168.2.103'
- # local 'http://127.0.0.1'
- ip: ['http://127.0.0.1']
- PATH:
- python: ['/data/anaconda3/envs/convert3/bin/python']
- gunicorn: ['/data/anaconda3/envs/convert3/bin/gunicorn']
- project: ['/data/fangjiasheng/format_conversion_maxcompute/']
- CONVERT:
- port: [15010]
- processes: [30]
- SCHEDULE:
- port:
- OCR:
- port_start: [17000]
- port_no: [4]
- OTR:
- port_start: [18000]
- port_no: [2]
- OFFICE:
- port_start: [16000]
- port_no: [25]
- SLAVE:
- ip: ['http://127.0.0.1', 'http://192.168.0.114']
- PATH:
- python: ['/data/anaconda3/envs/convert/bin/python', '/data/anaconda3/envs/tf2/bin/python']
- gunicorn: ['/data/anaconda3/envs/convert/bin/gunicorn', '/data/anaconda3/envs/tf2/bin/gunicorn']
- project: ['/data/fangjiasheng/format_conversion_maxcompute/', '/data/fangjiasheng/format_conversion_maxcompute/']
- CONVERT:
- port:
- processes:
- SCHEDULE:
- port:
- OCR:
- port_start: [17005, 17000]
- port_no: [0, 2]
- OTR:
- port_start: [18005, 18000]
- port_no: [3, 4]
- OFFICE:
- port_start:
- port_no:
|