线上上传文件路径
This commit is contained in:
parent
7e166ab388
commit
a355107538
|
@ -79,8 +79,8 @@ ruoyi:
|
|||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
#图片读取域名
|
||||
getImg: https://file.fireandice.space/fai/
|
||||
getImg: http://file.alive-ai.xyz/img/
|
||||
#图片上传域名
|
||||
addImg: /data/file/fai
|
||||
addImg: /data/file/img
|
||||
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ spring:
|
|||
time-zone: GMT+8
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
# 文件上传
|
||||
servlet:
|
||||
multipart:
|
||||
|
|
Loading…
Reference in New Issue