1234567891011121314151617181920212223242526272829 |
- Name: organization.rpc
- ListenOn: 0.0.0.0:1117
- Timeout: 0
- Mode: test
- Log:
- ServiceName: organization-rpc
- Mode: console
- Level: error
- #双胞胎服务
- GtServerIp: 47.96.12.136:8788
- DtDataStoreDB:
- # DataSource: ws_data:c712f89fc4f8edaf30e41b828f4e3d26@tcp(192.168.60.201:4000)/ws_data?charset=utf8mb4&parseTime=True&loc=&loc=Asia%2FShanghai
- DataSource: ws_data:c712f89fc4f8edaf30e41b828f4e3d26@tcp(172.16.0.195:4000)/ws_data?charset=utf8mb4&parseTime=True&loc=&loc=Asia%2FShanghai
- Redis:
- Host: 47.96.12.136:6379
- Key: dc:organization
- Type: node
- Pass:
- Cache:
- - Host: 47.96.12.136:6379
- Key: dc:organization:cache
- Type: node
- Pass:
|