生产配置
This commit is contained in:
parent
b80cd04c19
commit
15f982e3a4
|
|
@ -9,6 +9,10 @@ spring:
|
|||
url: jdbc:mysql://192.168.0.16:4419/search_tool?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
username: root
|
||||
password: Bonus@admin123!
|
||||
#生产配置
|
||||
#url: jdbc:mysql://192.168.1.23:2000/search_tool?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
#username: root
|
||||
#password: Ynsbd@mysql123!
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
|
|
|
|||
|
|
@ -67,14 +67,16 @@ spring:
|
|||
enabled: true
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.0.7
|
||||
# 地址 1.24生产地址
|
||||
#host: 192.168.1.24
|
||||
# 端口,默认为6379
|
||||
port: 16379
|
||||
#port: 16379
|
||||
host: 192.168.0.60
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 6
|
||||
# 密码
|
||||
password: Bonus@admin123!
|
||||
#password: Bonus@admin123!
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
|
@ -132,6 +134,6 @@ xss:
|
|||
urlPatterns: /system/*,/monitor/*,/tool/*
|
||||
|
||||
file:
|
||||
domain: http://192.168.0.14:58089
|
||||
path: F:\File\tool
|
||||
domain: http://192.168.1.24:58089
|
||||
path: /usr/local/bonus/uploadPath/
|
||||
prefix: /statics
|
||||
|
|
|
|||
Loading…
Reference in New Issue