Compare commits

3 Commits

Author SHA1 Message Date
tianyongbao
44b2336bd1 fix: 生产环境配置文件修改,TD使用智聪app环境修改。 2026-04-04 23:26:11 +08:00
tianyongbao
98f6ef52d8 fix: 生产环境配置文件修改,redis修改。 2026-04-04 22:29:37 +08:00
tianyongbao
20719de0de fix: 生产环境配置文件修改。 2026-04-04 21:26:07 +08:00

View File

@@ -51,9 +51,9 @@ spring:
# username: root
# password: root
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://81.70.89.108:15432/fishery_dev?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
url: jdbc:postgresql://47.102.210.182:15432/fishery_prod?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
username: postgres
password: intc@123987
password: htYkSuRn7Gb*pbFn
# 从库数据源 - TDengine
taos:
lazy: false
@@ -106,13 +106,13 @@ spring:
spring.data:
redis:
# 地址
host: 81.70.89.108
host: 47.102.210.182
# 端口默认为6379
port: 26379
# 数据库索引
database: 9
# redis 密码必须配置
password: bbd4b56e5d3f
password: htYkSuRn7Gb*pbFn
# 连接超时时间
timeout: 10s
# 是否开启ssl
@@ -258,7 +258,7 @@ aliyun:
# 消费组 ID按照官方文档应该与数据同步 AppKey 相同)
consumer-group-id: 334224409
# 客户端 ID建议使用机器 UUID、MAC 地址等唯一标识)
client-id: fishery-backend-001
client-id: fishery-backend-prod
# 连接超时时间(毫秒)
connection-timeout: 80000
# 是否自动重连
@@ -418,6 +418,6 @@ wx:
# 支付回调通知配置
pay-notify:
# 支付回调通知URL需根据实际域名配置
notify-url: "https://api.yuceyun.cn/fishery-api/weixin/pay_notify"
notify-url: "https://api.yuceyun.cn/prod-api/weixin/pay_notify"
# 微信商户号与上面wx.pay.mch-id保持一致
mch-id: "1671289865"