压测环境
This commit is contained in:
parent
36b364ac8d
commit
0048dc81e3
@ -6,7 +6,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
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
|
||||
password: abc&^321
|
||||
# 从库数据源
|
||||
|
@ -74,7 +74,7 @@ spring:
|
||||
# 端口,默认为6379
|
||||
port: 22002
|
||||
# 数据库索引
|
||||
database: 5
|
||||
database: 1
|
||||
# 密码
|
||||
password:
|
||||
# 连接超时时间
|
||||
|
@ -15,7 +15,7 @@ server:
|
||||
networkPort: 5701
|
||||
portAutoIncrement: false
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 5566
|
||||
port: 7781
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
@ -47,12 +47,11 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
#host: 192.168.1.23 #
|
||||
host: 172.32.0.2 #
|
||||
host: 192.168.1.23 #
|
||||
# 端口,默认为6379
|
||||
port: 22002 #
|
||||
# 数据库索引
|
||||
database: 5
|
||||
database: 1
|
||||
# 密码
|
||||
password:
|
||||
# 连接超时时间
|
||||
|
Loading…
x
Reference in New Issue
Block a user