172.32.0.3 压测环境配置
This commit is contained in:
parent
85b9504710
commit
36b364ac8d
@ -6,7 +6,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://192.168.1.23:22001/sac_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://172.32.0.2:22001/sac_inner_gateway?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: abc&^321
|
password: abc&^321
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
@ -70,11 +70,11 @@ spring:
|
|||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 192.168.1.23
|
host: 172.32.0.2
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 22002
|
port: 22002
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 5
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
@ -149,6 +149,6 @@ sac:
|
|||||||
gateway:
|
gateway:
|
||||||
# host: 192.168.1.68
|
# host: 192.168.1.68
|
||||||
# port: 5566
|
# port: 5566
|
||||||
host: 192.168.1.23
|
host: vertx-gateway
|
||||||
port: 1775
|
port: 22081
|
||||||
|
|
||||||
|
@ -47,11 +47,12 @@ spring:
|
|||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 192.168.1.23 #
|
#host: 192.168.1.23 #
|
||||||
|
host: 172.32.0.2 #
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 22002 #
|
port: 22002 #
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 1
|
database: 5
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
|
Loading…
x
Reference in New Issue
Block a user