12345678910111213141516171819202122232425 |
- Name: datacenter-api
- Host: 0.0.0.0
- Port: 1001
- Mode: dev
- Timeout: 0
- #100MB
- MaxBytes: 104857600
- #jwtAuth
- JwtAuth:
- AccessSecret: ae0536f9-6450-4606-8e13-5a19ed505da0
- AccessExpire: 31536000
- #日志配置
- Log:
- ServiceName: datacenter-api
- Mode: console
- Level: error
- #rpc service
- OrganizationRpcConf:
- Endpoints:
- - 127.0.0.1:1111
- NonBlock: true
- Timeout: 0
|