123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- mysql:
- main:
- dbName: jianyu
- address: 192.168.3.149:3306
- userName: root
- password: Topnet123
- maxOpenConns: 5
- maxIdleConns: 5
- baseService:
- dbName: base_service
- address: 192.168.3.14:4000
- userName: root
- password: '=PDT49#80Z!RVv52_z'
- maxOpenConns: 5
- maxIdleConns: 5
- globalCommonData:
- dbName: global_common_data
- address: 192.168.3.14:4000
- userName: root
- password: '=PDT49#80Z!RVv52_z'
- maxOpenConns: 5
- maxIdleConns: 5
- redis:
- addr:
- - other=192.168.3.149:1712
- - push=192.168.3.149:1712
- - pushcache_1=192.168.3.149:1712
- - pushcache_2_a=192.168.3.149:1712
- - pushcache_2_b=192.168.3.149:1712
- es:
- addr: http://192.168.3.241:9205
- size: 5
- version: v7
- userName: ""
- password: ""
- mongo:
- main:
- dbName: qfw
- size: 5
- address: 192.168.3.206:27080
- bidding:
- address: 192.168.3.206:27001,192.168.3.206:27002
- size: 5
- dbName: qfw_data
- collection: bidding
- collectionChange: bidding_back
- userName: jyDevGroup
- password: jy@DevGroup
- mgoLog:
- address: 192.168.3.206:27090
- size: 5
- dbName: qfw
- userName: admin
- password: '123456'
|