1234567891011121314151617181920212223 |
- Name: userCenter-api
- Host: 0.0.0.0
- Port: 9999
- UserCenterRpcConf:
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: usercenter.rpc
- Timeout: 10000
- GatewayRpcConf:
- Etcd:
- Hosts:
- - 127.0.0.1:2379
- Key: gatewayDemo.rpc
- Timeout: 5000
- Logx:
- Mode: console #console|file|volume
- Path: ./logs
- Level: info #info|error|severe
- KeepDays: 10
- Auth:
- AccessSecret: jianyuservice
- AccessExpire: 600
|