123456789101112131415161718192021222324252627282930313233343536 |
- Name: entmanageapplication.rpc
- ListenOn: 0.0.0.0:9998
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: entmanageapplication.rpc
- UserCenterRpc:
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: usercenter.rpc
- PowerCheckCenterRpc:
- Etcd:
- Hosts:
- - 192.168.3.149:2379
- Key: powercheck.rpc
- Mode: test
- RedisAddrs: newother=192.168.3.206:1712
- Mysql:
- JianYu:
- DBName: jianyu
- Address: 192.168.3.11:3366
- UserName: root
- PassWord: Topnet123
- MaxOpenConns: 5
- MaxIdleConns: 5
- Mongo:
- Qfw:
- MongodbAddr: 192.168.3.206:27080
- DbName: qfw
- Size: 10
- Logx:
- Mode: console #console|file|volume
- Path: logs
- Level: info #info|error|severe
- KeepDays: 100
|