Commit 9372e2d8 by Administrator

Update techhero-commservice-upload-natived.yml

parent ceaaec2f
......@@ -11,7 +11,7 @@ spring:
max-idle: 8
min-idle: 0
file-storage: #文件存储配置,不使用的情况下可以不写
default-platform: local-plus #默认使用的存储平台
default-platform: localPlus #默认使用的存储平台
thumbnail-suffix: ".min.jpg" #缩略图后缀,例如【.min.jpg】【.png】
local: # 本地存储(不推荐使用)
- platform: local # 存储平台标识
......@@ -20,8 +20,8 @@ spring:
domain: "http://127.0.0.1:16820/" # 访问域名,例如:“http://127.0.0.1:18080/picture/image/”,注意后面要和 path-patterns 保持一致,“/”结尾,本地存储建议使用相对路径,方便后期更换域名
base-path: /Users/wwq/Desktop/kdsfrz/image/ # 存储地址
path-patterns: /** # 访问路径,开启 enable-access 后,通过此路径可以访问到上传的文件
local-plus: # 本地存储升级版
- platform: local-plus # 存储平台标识
localPlus: # 本地存储升级版
- platform: localPlus # 存储平台标识
enable-storage: true #启用存储
enable-access: true #启用访问(线上请使用 Nginx 配置,效率更高)
domain: "http://127.0.0.1:16820/" # 访问域名,例如:“http://127.0.0.1:8030/”,注意后面要和 path-patterns 保持一致,“/”结尾,本地存储建议使用相对路径,方便后期更换域名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment