线上上传文件路径
This commit is contained in:
parent
a355107538
commit
ecd63de66a
|
@ -23,4 +23,4 @@ public class AliveAdminApplication
|
||||||
SpringApplication.run(AliveAdminApplication.class, args);
|
SpringApplication.run(AliveAdminApplication.class, args);
|
||||||
System.out.println("(♥◠‿◠)ノ゙ Alive ლ(´ڡ`ლ)゙ 启动完成");
|
System.out.println("(♥◠‿◠)ノ゙ Alive ლ(´ڡ`ლ)゙ 启动完成");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,7 @@ ruoyi:
|
||||||
# 获取ip地址开关
|
# 获取ip地址开关
|
||||||
addressEnabled: false
|
addressEnabled: false
|
||||||
#图片读取域名
|
#图片读取域名
|
||||||
getImg: http://file.alive-ai.xyz/img/
|
getImg: https://file.alive-ai.xyz/img/
|
||||||
#图片上传域名
|
#图片上传域名
|
||||||
addImg: /data/file/img
|
addImg: /data/file/img
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue