liulin
2025-07-11 d1e36552053acd1eca5a6ad8994f78a013f5d09a
src/main/resources/application-prod.yml
@@ -1,12 +1,12 @@
server:
  port: 8088
  port: 9041
spring:
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
  datasource:
    driver-class-name: org.postgresql.Driver
    url: jdbc:postgresql://113.250.189.120:57654/test_db1
    url: jdbc:postgresql://113.250.189.120:57654/water_ration_system
    username: lunhan
    password: lunhan.20240330
    druid:
@@ -34,9 +34,40 @@
    path: ./logs
  level:
    root: info
    com.lunhan.xxx.host: debug
    com.lunhan.water.host: debug
file:
  uploadBasicPath: ./logs/upload/
  fileBasicUrl: http://113.250.189.120:8041/upload
  disturbStr: com.lunhan.water
mqtt:
  host: 113.250.189.120
  port: 1883
  user: admin
  password: public
  # 订阅主题
  topic: zundong/#
  # 订阅消息的客户端id
  clientId: water-ration-service-prod
  # 连接超时时间
  connectionTimeout: 10
  # 心跳
  keepAliveInterval: 20
  # 发送消息的客户端id
  serverClientId: water-ration-service-publish-prod
# quartz定时任务配置
quartz:
  # 是否启用
  enable: true
pay:
  weiXin:
    merchantId: 1610112902
    merchantKey: HWYTddj1235jdskDAS5353fgsdAD4S53
    keyPath: /data/ssl/hwyt/wxpay/apiclient_cert.p12 # 商户证书路径 xxx_cert.p12
    privateKeyPath: /data/ssl/hwyt/wxpay/apiclient_key.pem # 商户证书路径 xxx_key.pem
    certificateSn: 48FC0C8D96B147CE751AEEBC882C20676F900581 # 微信支付API证书序列号
    appID: wxd361a7f92bb0c73a
    notifyBasicUrl: https://www.huiwuyuntong.com/water-ration-beta # 本地调试回调,请用frpc代理天翼云服务器端口 11101,到本机的8929