Commit 66413a4fb6bb535f9333e014a179bf5bf628db80
1 parent
955b7097
新增jpush key
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application.yml
| @@ -33,8 +33,8 @@ jwt: | @@ -33,8 +33,8 @@ jwt: | ||
| 33 | 33 | ||
| 34 | jpush: | 34 | jpush: |
| 35 | enabled: false # 未配置 AppKey 前置 false,避免启动时报错 | 35 | enabled: false # 未配置 AppKey 前置 false,避免启动时报错 |
| 36 | - app-key: your-jpush-app-key | ||
| 37 | - master-secret: your-jpush-master-secret | 36 | + app-key: fd6e826ae6e67eaf7a7062c4 |
| 37 | + master-secret: 6eaa9a8d11493b56812b6ee9 | ||
| 38 | apns-production: false # iOS APNs:true=生产 false=开发 | 38 | apns-production: false # iOS APNs:true=生产 false=开发 |
| 39 | time-to-live: 86400 # 离线消息保留秒数(默认 1 天) | 39 | time-to-live: 86400 # 离线消息保留秒数(默认 1 天) |
| 40 | 40 |