调整测试环境配置
This commit is contained in:
parent
169018cf49
commit
2dbfbeb725
@ -4,7 +4,7 @@ spring:
|
||||
druid:
|
||||
db-type: com.alibaba.druid.pool.DruidDataSource
|
||||
driverClassName: com.p6spy.engine.spy.P6SpyDriver
|
||||
url: jdbc:p6spy:mysql://localhost:3306/aircraft-mp?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
|
||||
url: jdbc:p6spy:mysql://8.138.171.103:3306/aircraft-mp?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
|
||||
username: root
|
||||
password: scutensave
|
||||
# 初始连接数,建议设置为与最小空闲连接数相同
|
||||
@ -50,7 +50,12 @@ spring:
|
||||
wall:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
|
||||
redis:
|
||||
#数据库索引
|
||||
database: ${REDIS_DB:1}
|
||||
host: ${REDIS_HOST:8.138.171.103}
|
||||
port: ${REDIS_PORT:6379}
|
||||
password: ${REDIS_PWD:aircraft@2025}
|
||||
# 登录相关配置
|
||||
login:
|
||||
# 是否限制单用户登录
|
||||
|
Loading…
Reference in New Issue
Block a user