| | |
| | | wxa-subscribe-message: |
| | | miniprogram-state: developer # 跳转小程序类型:开发版为 “developer”;体验版为 “trial”为;正式版为 “formal” |
| | | tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc |
| | | storage: # 文件上传配置 |
| | | path: /data/uploads # 文件存储根目录 |
| | | url-prefix: /admin-api/system/storage-blob # URL路径前缀 |
| | | domain: https://test.your-domain.com # 域名前缀(按实际域名配置) |
| | | expired: 120 # token过期时间(分钟) |
| | | use-limit: 10 # token使用次数上限 |
| | | jwt-secret: abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG # JWT密钥 |
| | | compress: true # 是否压缩图片 |
| | | need-compress-size: 10MB # 触发压缩的文件大小阈值 |
| | | compress-quality: 0.5 # 压缩质量(0.0-1.0) |
| | | |
| | | justauth: |
| | | enabled: true |