| | |
| | | username: root |
| | | password: 123456 |
| | | |
| | | # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 |
| | | redis: |
| | | host: 172.16.8.100 # 地址 |
| | | port: 6379 # 端口 |
| | | database: 10 # 数据库索引 |
| | | password: 123456 # 密码,建议生产环境开启 |
| | | |
| | | --- #################### 平台相关配置 #################### |
| | | |
| | | # 平台配置项,设置当前项目所有自定义的配置 |
| | |
| | | enable: false |
| | | token: |
| | | base-url: http://127.0.0.1:48080/admin-api/system |
| | | tenant-id: 172 |
| | | client-id: shasteel |
| | | client-secret: shasteel111111111111111 |
| | | username: shasteel |
| | | tenant-id: 176 |
| | | client-id: ansteel |
| | | client-secret: ansteel111111111111111 |
| | | username: ansteel |
| | | password: 123456 |
| | | |