|
@@ -66,7 +66,7 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://192.168.1.228:3306/com_yunfeiyun_agmp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.1.231:3306/com_yunfeiyun_agmp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
username: root
|
|
|
password: 123456
|
|
password: 123456
|
|
|
# 从库数据源
|
|
# 从库数据源
|
|
@@ -107,7 +107,7 @@ spring:
|
|
|
allow:
|
|
allow:
|
|
|
url-pattern: /druid/*
|
|
url-pattern: /druid/*
|
|
|
# 控制台管理用户名和密码
|
|
# 控制台管理用户名和密码
|
|
|
- login-username: ruoyi
|
|
|
|
|
|
|
+ login-username: hnyfkj
|
|
|
login-password: 123456
|
|
login-password: 123456
|
|
|
filter:
|
|
filter:
|
|
|
stat:
|
|
stat:
|
|
@@ -133,20 +133,20 @@ spring:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
rabbitmq:
|
|
rabbitmq:
|
|
|
tos:
|
|
tos:
|
|
|
- host: 192.168.1.228
|
|
|
|
|
|
|
+ host: 192.168.1.231
|
|
|
port: 5672
|
|
port: 5672
|
|
|
- username: admin
|
|
|
|
|
- password: admin
|
|
|
|
|
|
|
+ username: user
|
|
|
|
|
+ password: 123456
|
|
|
virtual-host: /agmp-sass-tos
|
|
virtual-host: /agmp-sass-tos
|
|
|
connection-timeout: 15000
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
publisher-returns: true
|
|
|
enabled: true
|
|
enabled: true
|
|
|
code: saas1
|
|
code: saas1
|
|
|
agmp:
|
|
agmp:
|
|
|
- host: 192.168.1.230
|
|
|
|
|
|
|
+ host: 192.168.1.231
|
|
|
port: 5672
|
|
port: 5672
|
|
|
- username: admin
|
|
|
|
|
- password: admin
|
|
|
|
|
|
|
+ username: user
|
|
|
|
|
+ password: 123456
|
|
|
virtual-host: /agmp-sass
|
|
virtual-host: /agmp-sass
|
|
|
connection-timeout: 15000
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
publisher-returns: true
|
|
@@ -154,11 +154,11 @@ spring:
|
|
|
# redis 配置
|
|
# redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
# 地址
|
|
# 地址
|
|
|
- host: 192.168.1.228
|
|
|
|
|
|
|
+ host: 192.168.1.231
|
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
port: 6379
|
|
|
# 数据库索引
|
|
# 数据库索引
|
|
|
- database: 0
|
|
|
|
|
|
|
+ database: 2
|
|
|
# 密码
|
|
# 密码
|
|
|
password: 123456
|
|
password: 123456
|
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
@@ -181,7 +181,9 @@ token:
|
|
|
# 令牌密钥
|
|
# 令牌密钥
|
|
|
secret: abcdefghijklmnopqrstuvwxyz
|
|
secret: abcdefghijklmnopqrstuvwxyz
|
|
|
# 令牌有效期(默认30分钟)
|
|
# 令牌有效期(默认30分钟)
|
|
|
- expireTime: 30
|
|
|
|
|
|
|
+ expireTime: 120
|
|
|
|
|
+ # App 令牌有效期
|
|
|
|
|
+ appExpireTime: 60
|
|
|
|
|
|
|
|
# MyBatis配置
|
|
# MyBatis配置
|
|
|
mybatis:
|
|
mybatis:
|
|
@@ -215,8 +217,8 @@ xss:
|
|
|
urlPatterns: /system/*,/tool/*
|
|
urlPatterns: /system/*,/tool/*
|
|
|
|
|
|
|
|
network:
|
|
network:
|
|
|
- ipaddrLogin: http://192.168.1.228
|
|
|
|
|
- ipaddrSso: http://192.168.1.228
|
|
|
|
|
|
|
+ ipaddrLogin: http://192.168.1.231/
|
|
|
|
|
+ ipaddrSso: http://192.168.1.231/
|
|
|
vueport: 7000
|
|
vueport: 7000
|
|
|
ssoport: 9002
|
|
ssoport: 9002
|
|
|
|
|
|