perf: 配置文件
This commit is contained in:
parent
959b40cee6
commit
50fb643b0c
@ -1,7 +1,7 @@
|
|||||||
# 项目相关配置
|
# 项目相关配置
|
||||||
pnkx:
|
pnkx:
|
||||||
# 文件路径 示例( Windows配置D:/pnkx/uploadPath,Linux配置 /home/pnkx/uploadPath)
|
# 文件路径 示例( Windows配置D:/pnkx/uploadPath,Linux配置 /home/pnkx/uploadPath)
|
||||||
profile: /home/pnkx/uploadPath
|
profile: /volume1/docker/pnkx/uploadPath/
|
||||||
|
|
||||||
# Swagger配置
|
# Swagger配置
|
||||||
swagger:
|
swagger:
|
||||||
@ -40,7 +40,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://192.168.31.43:3306/pnkx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://192.168.31.189:3306/pnkx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
userName: root
|
userName: root
|
||||||
password: 123456
|
password: 123456
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ spring:
|
|||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
profiles:
|
profiles:
|
||||||
active: prod
|
active: nas
|
||||||
# 文件上传
|
# 文件上传
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
Loading…
Reference in New Issue
Block a user