fix(cert): 修复证书文件路径问题
- 移除了上传路径末尾的斜杠 - 更新了证书路径相关的文档和脚本 - 调整了开发和生产环境配置中的上传路径
This commit is contained in:
@@ -102,8 +102,8 @@ config:
|
||||
file-server: https://file.websoft.top
|
||||
# 其他
|
||||
api-url: https://server.websoft.top/api
|
||||
upload-path: /Users/gxwebsoft/Documents/uploads/
|
||||
local-upload-path: /Users/gxwebsoft/Documents/uploads/
|
||||
upload-path: /Users/gxwebsoft/Documents/uploads
|
||||
local-upload-path: /Users/gxwebsoft/Documents/uploads
|
||||
|
||||
# 阿里云OSS云存储
|
||||
endpoint: https://oss-cn-shenzhen.aliyuncs.com
|
||||
|
||||
Reference in New Issue
Block a user