123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- MASTER:
- # windows: 'http://192.168.2.104',
- # product-ali: 'http://172.16.160.65'
- # product-电信: 'http://192.168.0.115', 'http://192.168.0.114'
- # local-102: 'http://192.168.2.102'
- # local-103: 'http://192.168.2.103'
- # local 'http://127.0.0.1'
- ip: ['http://192.168.0.115']
- PATH:
- python: ['/data/anaconda3/envs/convert3/bin/python']
- gunicorn: ['/data/anaconda3/envs/convert3/bin/gunicorn']
- project: ['/data/fangjiasheng/format_conversion_maxcompute/']
- CONVERT:
- port_start: [15010]
- port_no: [30]
- OCR:
- port_start: [17000]
- port_no: [3]
- OTR:
- port_start: [18000]
- port_no: [1]
- IDC:
- port_start:
- port_no:
- ISR:
- port_start: [18040]
- port_no: [3]
- ATC:
- port_start: [18060]
- port_no: [2]
- OFFICE:
- port_start: [16000]
- port_no: [25]
- SLAVE:
- ip: ['http://192.168.0.114']
- PATH:
- python: ['/data/anaconda3/envs/tf2/bin/python']
- gunicorn: ['/data/anaconda3/envs/tf2/bin/gunicorn']
- project: ['/data/fangjiasheng/format_conversion_maxcompute/']
- CONVERT:
- port_start:
- port_no:
- OCR:
- port_start: [17000]
- port_no: [4]
- OTR:
- port_start: [18000]
- port_no: [2]
- IDC:
- port_start:
- port_no:
- ISR:
- port_start:
- port_no:
- ATC:
- port_start:
- port_no:
- OFFICE:
- port_start:
- port_no:
|