| 12345678910111213141516171819202122 |
- 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: "a64b9b07f7bb82f85efa44c47a10c50b"
- AccessExpire: 7200
- RefreshSecret: "f3a234543b30bfbc2e14225743830b62"
- RefreshExpire: 604800
|