新增docker一键部署方案
This commit is contained in:
@ -47,7 +47,7 @@ spring:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
host: localhost # Redis服务器地址
|
||||
host: 172.30.0.10 # Redis服务器地址
|
||||
database: 5 # Redis数据库索引(默认为0)
|
||||
port: 6399 # Redis服务器连接端口
|
||||
password: 6379@@6379 # Redis服务器连接密码(默认为空)
|
||||
@ -90,8 +90,8 @@ swagger:
|
||||
|
||||
# 文件存储路径
|
||||
file:
|
||||
path: /www/wwwroot/thapi.xinxintuan.co/upload/file/
|
||||
avatar: /www/wwwroot/thapi.xinxintuan.co/upload/avatar/
|
||||
path: /home/yshop/file/
|
||||
avatar: /home/yshop/avatar/
|
||||
# 文件大小 /M
|
||||
maxSize: 100
|
||||
avatarMaxSize: 5
|
||||
|
Reference in New Issue
Block a user