application-docker.yml 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. server:
  2. port: 8520
  3. spring:
  4. ##mqtt配置
  5. mqtt:
  6. username: admin
  7. password: admin123
  8. host-url: tcp://172.21.92.202:1883
  9. clientId: mqttId555
  10. completionTimeout: 3000
  11. timeout: 1000
  12. keepalive: 20
  13. topic: device/#
  14. datasource:
  15. dynamic:
  16. datasource:
  17. master:
  18. url: jdbc:postgresql://172.21.92.202:10001/interlock?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
  19. username: postgres
  20. password: UvWrDBLgS5_bx4UvHhhs
  21. driver-class-name: org.postgresql.Driver
  22. #redis 配置
  23. redis:
  24. database: 0
  25. host: 172.21.92.202
  26. port: 10004
  27. password: Pvqh91w1GZBW2l86ptAW
  28. jeecg:
  29. #分布式锁配置
  30. redisson:
  31. address: http://172.21.92.202:10004
  32. password: Pvqh91w1GZBW2l86ptAW
  33. type: STANDALONE
  34. enabled: true
  35. postgresql:
  36. url: jdbc:postgresql://172.21.92.202:10001/interlock
  37. username: postgres
  38. password: UvWrDBLgS5_bx4UvHhhs