123456789101112131415161718192021222324252627 |
- 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:
- - 172.31.31.203: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
- ManagerUserIds: #可清除用户工作菜单缓存的管理员id
- - 5f51d194b44a4a76fe4cf342
- - 62e09d13df1f161cf87b1153
- IntranetName: jy=in
|