| 1234567891011121314151617181920212223 |
- Name: perm-api
- Host: 0.0.0.0
- Port: 10001
- RpcServerConf:
- ListenOn: 0.0.0.0:10002
- MySQL:
- DataSource: "root:NsDmWyM@312@tcp(127.0.0.1:3306)/perms_system?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai"
- CacheRedis:
- Nodes:
- - Host: 127.0.0.1:6379
- Pass: "NsDmWyM@312"
- Type: node
- KeyPrefix: "PermsSystem"
- Auth:
- AccessSecret: "1b037598ed19541cc375a67727f4dc1d"
- AccessExpire: 7200
- RefreshSecret: "cbf9b9cfc6516a50e737f580d8e51310"
- RefreshExpire: 604800
- ManagementKey: "1f63927367bd65aaca2bce0247e40b52"
|