1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- 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://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_start: [15010]
- port_no: [30]
- OCR:
- port_start: [17000]
- port_no: [3]
- OTR:
- port_start: [18000]
- port_no: [1]
- IDC:
- port_start: [18020]
- port_no: [2]
- ISR:
- port_start: [18040]
- port_no: [3]
- ATC:
- port_start: [18060]
- port_no: [2]
- YOLO:
- port_start: [18080]
- port_no: [2]
- OFFICE:
- port_start: [16000]
- port_no: [25]
- SLAVE:
- ip: []
- 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:
- YOLO:
- port_start:
- port_no:
- OFFICE:
- port_start:
- port_no:
|