12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- Name: knowledge.rpc
- ListenOn: 127.0.0.1:8080
- FindCount: 4
- RecommendQuestionCount: 4
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: knowledge.rpc
- WebRpcPort: 8015
- MysqlMain:
- dbName: base_service
- address: 192.168.3.217:4000
- userName: root
- passWord: =PDT49#80Z!RVv52_z
- maxOpenConns: 5
- maxIdleConns: 5
- Es:
- addr: http://192.168.3.204:1500
- size: 5
- index: smart_new
- type: smart
- Segment: http://192.168.3.149:9070/api/segment
- Esv7:
- addr: http://192.168.3.149:9200
- size: 5
- index: jy_chat_new
- type: jy_chat_new
- username: ""
- password: ""
- MinScore: 1.75
- TestConf:
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: knowledge.rpc
- CalleeId: knowledge.rpc
- Node: 1
- UserCenterConf:
- Etcd:
- Hosts:
- - 192.168.3.240:2379
- Key: usercenter.rpc
|