【功能优化】文件上传,默认使用 server 模式,兼容更多存储器的类型

pull/106/head
YunaiV 2024-09-28 20:25:32 +08:00
parent 2ca7f48131
commit 4a0ea9b43c
1 changed files with 1 additions and 1 deletions

2
.env
View File

@ -9,7 +9,7 @@ SHOPRO_DEV_BASE_URL=http://127.0.0.1:48080
### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
SHOPRO_UPLOAD_TYPE=client
SHOPRO_UPLOAD_TYPE=server
# 后端接口前缀(一般不建议调整)
SHOPRO_API_PATH=/app-api