压测环境
This commit is contained in:
parent
36b364ac8d
commit
0048dc81e3
@ -6,7 +6,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://172.32.0.2:22001/sac_inner_gateway?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://192.168.1.23:22001/sac_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: abc&^321
|
password: abc&^321
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
@ -74,7 +74,7 @@ spring:
|
|||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 22002
|
port: 22002
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 5
|
database: 1
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
|
@ -15,7 +15,7 @@ server:
|
|||||||
networkPort: 5701
|
networkPort: 5701
|
||||||
portAutoIncrement: false
|
portAutoIncrement: false
|
||||||
# 服务器的HTTP端口,默认为8080
|
# 服务器的HTTP端口,默认为8080
|
||||||
port: 5566
|
port: 7781
|
||||||
servlet:
|
servlet:
|
||||||
# 应用的访问路径
|
# 应用的访问路径
|
||||||
context-path: /
|
context-path: /
|
||||||
@ -47,12 +47,11 @@ 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: 5
|
database: 1
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
|
Loading…
x
Reference in New Issue
Block a user