迁移配置更新
This commit is contained in:
parent
77602032ab
commit
6e71ec4c38
|
|
@ -7,7 +7,7 @@ server:
|
|||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://172.23.82.152:13306/fx_nsp?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
url: jdbc:mysql://172.31.116.169:13306/fx_nsp?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: user_fx
|
||||
password: user_fx
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
|
|
@ -40,7 +40,7 @@ spring:
|
|||
|
||||
redis:
|
||||
port: 6379
|
||||
host: 172.23.82.152
|
||||
host: 172.31.116.169
|
||||
database: 11
|
||||
password: ZhiHang.20230629
|
||||
jedis:
|
||||
|
|
@ -69,7 +69,7 @@ xxl:
|
|||
#accessToken: lhzn.20251111 盂县服务器版
|
||||
accessToken: lhzn.20250409
|
||||
admin:
|
||||
addresses: http://172.23.82.152:10003/xxl-job-admin
|
||||
addresses: http://172.31.116.169:10003/xxl-job-admin
|
||||
executor:
|
||||
appname: fxTask
|
||||
address:
|
||||
|
|
|
|||
Loading…
Reference in New Issue