mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-18 03:16:40 +08:00
v3.16.0 【新增】优化代码生成 字典和文件预览;【新增】代码生成 菜单SQL;【新增】登录页面GIF炫酷图片
This commit is contained in:
parent
d4f1806491
commit
ec8fb1d69d
@ -79,7 +79,7 @@ server:
|
||||
# 文件上传 配置
|
||||
file:
|
||||
storage:
|
||||
mode: cloud
|
||||
mode: local
|
||||
local:
|
||||
upload-path: /home/smart_admin_v3/upload/ #文件上传目录
|
||||
url-prefix:
|
||||
@ -87,8 +87,8 @@ file:
|
||||
region: oss-cn-hangzhou
|
||||
endpoint: oss-cn-hangzhou.aliyuncs.com
|
||||
bucket-name: 1024lab-smart-admin
|
||||
access-key: LTAI5tDnZ1wHwFHWMUNWznK2
|
||||
secret-key: 6tVJ9K2mbrDrcbBLIBRBzho13FZ52t
|
||||
access-key:
|
||||
secret-key:
|
||||
url-prefix: https://${file.storage.cloud.bucket-name}.${file.storage.cloud.endpoint}/
|
||||
private-url-expire-seconds: 3600
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user