application-dev.yml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # 端口
  2. server:
  3. port: 8099
  4. spring:
  5. # 数据源配置
  6. datasource:
  7. type: com.alibaba.druid.pool.DruidDataSource
  8. url: jdbc:mysql://47.101.143.145:3306/pco0815?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
  9. username: root
  10. password: 1qaz@WSX
  11. # 是否打开sql监控台 (生产环境请务必关闭此选项)
  12. druid:
  13. stat-view-servlet:
  14. enabled: false
  15. web-stat-filter:
  16. enabled: false
  17. filter:
  18. config:
  19. enabled: true
  20. # redis配置
  21. redis:
  22. # Redis数据库索引(默认为0)
  23. database: 2
  24. # Redis服务器地址
  25. host: 127.0.0.1
  26. # Redis服务器连接端口
  27. port: 6379
  28. # Redis服务器连接密码(默认为空)
  29. # password:
  30. # 连接超时时间(毫秒)
  31. timeout: 5000ms
  32. lettuce:
  33. pool:
  34. # 连接池最大连接数
  35. max-active: 200
  36. # 连接池最大阻塞等待时间(使用负值表示没有限制)
  37. max-wait: -1ms
  38. # 连接池中的最大空闲连接
  39. max-idle: 10
  40. # 连接池中的最小空闲连接
  41. min-idle: 0
  42. # 项目自定义配置
  43. myconfig:
  44. # 本项目部署到的服务器域名(文件上传等等模块 要用到)
  45. domain: http://127.0.0.1:8099/pro
  46. web-domain: https://127.0.0.1:8080
  47. login-out-minute: 10
  48. part-config:
  49. base-price: 30 #基础费用
  50. extra-price: 10 #过夜额外收费
  51. night-end: 06:00:00 #夜间结束时间
  52. free-minutes: 30
  53. free-car-length: 4.2
  54. tax-rate: 0.09
  55. test-env: true
  56. min-seconds: 5
  57. car:
  58. max-length: 20
  59. max-weight: 990000
  60. wx-config:
  61. limit-pay-seconds: 30
  62. title: 场站管理系统
  63. flush-second: 12000 #token刷新时间 秒
  64. app-id: wxd40a34141872bf0c
  65. secret: 2e6a69fab1fbab60369ebd21b0882f3e
  66. mach-id: 1615645036
  67. key: dongxingkouanerqiao8888888888888
  68. token: dx1123
  69. access-token-key: wechat:base_token_key
  70. js-api-ticket-key: wechat:jsapi_ticket_key
  71. access-token-url: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${wx-config.app-id}&secret=${wx-config.secret}
  72. #弹出让用户确认授权的页面
  73. auth-login-url: https://open.weixin.qq.com/connect/oauth2/authorize?appid=${wx-config.app-id}&redirect_uri=REDIRECT_URI&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
  74. js-api-token-url: https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=ACCESS_TOKEN&type=jsapi
  75. openid-url: https://api.weixin.qq.com/sns/oauth2/access_token?appid=${wx-config.app-id}&secret=${wx-config.secret}&code=CODE&grant_type=authorization_code
  76. send-msg-url: https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=ACCESS_TOKEN
  77. business-notice-template: x-uh28Okx9_Wl1ZXsmx_r2vn3KIixZrZqUw-18R0cqY
  78. business-pick-template: M2f0xbVnQNujOCbtDZ6kBGnTK8Uc2Hm7dMguU-dPH9Q
  79. business-confirm-template: aOOyH-wldRhNviL-AKGZUl2g5uj6NXUaW8otkJJio90
  80. jh-config:
  81. product-type: 10000301
  82. business-merchant-no: PRO88882022051010003035
  83. merchant-no: PRO88882022051010003035
  84. trade-type: GAS_PAY
  85. pay-secret: 85571966fdd14175ae7d81f59f545615
  86. server-url: https://btpay.bgigc.com
  87. enable: true
  88. ocr-config:
  89. bash: /opt/ocrpic/tesseract.sh
  90. analysis: /opt/ocrpic/ocrtxt/PIC_NAME.txt
  91. pushfee-config:
  92. enable: true
  93. remote-public-key-base6: MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb5yK85EKqwiQU+z1jyjOng6ecssQpEjC6STbCuSWN6KHLkijBxdqrCumXhbIyOVx4lHK9Rg5EjzlQxoaXQTgJdItaGjLC+UTE+NNAnnaFLg0x4jajNpLo473zdZxTYQaT3q/aKnTeXuKHw11PPUe4hmmfxPcdt9yJ0Iqo/XxV3QIDAQAB
  94. sync-url: http://117.141.148.233:8765/monolithic/uni/v1/sync
  95. sys-id: "0001"
  96. sys-name: 东兴口岸场站系统
  97. yield-id: 0001-a1
  98. yield-name: 东兴口岸场站系统-A1园区
  99. start-time: 2022-08-10 00:00:00
  100. #默认时间间隔为一小时
  101. time-span: 3600000
  102. oa:
  103. url: http://117.141.148.233:18766/bpm/operational/addReview/
  104. system-code: "0101" #来源编码
  105. template-id: 183212c0a9bec6f20f33cba41ffa4391 #模板id
  106. person-no: 66005893 #流程发起人
  107. invoice-config:
  108. app-id: 5644763
  109. app-secret: F382196D16B98BC6F4A461Ced7505953
  110. apply-url: http://117.141.148.233:18766/invoice/uni/invoice/invoiceBillPush
  111. apply-action: billPus
  112. business-tax-rate-code: 3040408000000000000
  113. car-tax-rate-code: 3040502020200000000
  114. seller-taxpayer-id: 915003006188392540
  115. seller-name: 金蝶软件(中国)有限公司
  116. drawer: 白翠云
  117. payee: 沈丕莹
  118. reviewer: 沈丕莹