新功能点:支持base url配置(主要用于nginx反向代理等)

This commit is contained in:
陈精华
2019-10-17 10:59:38 +08:00
committed by kl
parent 8c2fb2bdee
commit 1060bdd00f
4 changed files with 33 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ spring.http.multipart.max-file-size=100MB
cache.clean = true
#######################################可在运行时动态配置#######################################
#提供预览服务的地址默认从请求url读如果使用nginx等反向代理需要手动设置
#base.url = https://file.keking.cn
#是否启用缓存
cache.enabled = true