fix(cert): 修复证书文件路径问题

- 移除了上传路径末尾的斜杠
- 更新了证书路径相关的文档和脚本
- 调整了开发和生产环境配置中的上传路径
This commit is contained in:
2025-09-09 17:03:07 +08:00
parent a2b3d13571
commit c96bc5efea
6 changed files with 9 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ mqtt:
config:
# 开发环境接口
server-url: https://server.websoft.top/api
upload-path: /Users/gxwebsoft/JAVA/mp-java/src/main/resources/ # window(D:\Temp)
upload-path: /Users/gxwebsoft/JAVA/mp-java/src/main/resources # window(D:\Temp)
# JWT配置
jwt: