application-prod.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. server:
  2. port: 8011
  3. ssl:
  4. key-store: classpath:14272001_huatong.ifarmcloud.com.jks
  5. key-store-type: jks
  6. key-store-password: rgweqv2s
  7. spring:
  8. application:
  9. name: huimv-admin
  10. servlet:
  11. multipart:
  12. max-request-size: 100MB
  13. max-file-size: 10MB
  14. datasource:
  15. url: jdbc:mysql://139.9.172.209:3309/huimv-huatong?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  16. username: eartag
  17. password: eartag@2022
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. #配置rabbitMq 服务器
  20. # rabbitmq:
  21. # host: 10.0.0.4
  22. # port: 5672
  23. # username: huimv
  24. # password: hm123456
  25. # #虚拟host 可以不设置,使用server默认host
  26. # virtual-host: /
  27. #redis
  28. redis:
  29. host: 122.112.224.199
  30. port: 6379
  31. password: hm123456
  32. reactor:
  33. debug-agent:
  34. enabled: true
  35. # Nacos 配置
  36. # cloud:
  37. # nacos:
  38. # discovery:
  39. # server-addr: 192.168.1.68:8848 #配置nacos地址
  40. mybatis-plus:
  41. configuration:
  42. # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  43. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  44. #img:
  45. # url: https://img.ifarmcloud.com/images/
  46. # basePath: /home/huimv/img/
  47. # ip: 139.9.172.209
  48. # user: huimv
  49. # password: "!hm123@1"
  50. # port: 22
  51. img:
  52. url: https://img.ifarmcloud.com/images/
  53. basePath: /home/huimv/img/
  54. ip: 119.3.44.183
  55. user: huimv
  56. password: "!hm123@1"
  57. port: 22