12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- mysql:
- main:
- dbName: jianyu
- address: 192.168.3.11:3366
- userName: root
- password: Topnet123
- maxOpenConns: 5
- maxIdleConns: 5
- push:
- dbName: jianyu
- address: 192.168.3.11:3366
- userName: root
- password: Topnet123
- maxOpenConns: 5
- maxIdleConns: 5
- memberPush:
- dbName: jianyu
- address: 192.168.3.11:3366
- userName: root
- password: Topnet123
- maxOpenConns: 5
- maxIdleConns: 5
- entnichePush:
- dbName: jianyu
- address: 192.168.3.11:3366
- userName: root
- password: Topnet123
- maxOpenConns: 5
- maxIdleConns: 5
- baseService:
- dbName: base_service
- address: 192.168.3.217:4000
- userName: root
- password: '=PDT49#80Z!RVv52_z'
- maxOpenConns: 5
- maxIdleConns: 5
- redis:
- addr:
- - other=192.168.3.206:1712
- es:
- addr: http://192.168.3.206:9800
- size: 30
- mongo:
- main:
- dbName: qfw
- size: 50
- address: 192.168.3.206:27080
- ent:
- dbName: mixdata
- size: 50
- address: 192.168.3.206:27001
- userName: jyDevGroup
- password: DevGroup
- bidding:
- address: 192.168.3.207:27001,192.168.3.206:27002
- size: 50
- dbName: qfw_data
- collection: bidding
- collectionChange: bidding_back
- userName: jyDevGroup
- password: jy@DevGroup
|