application-prod.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. server:
  2. port: 8080
  3. spring:
  4. datasource:
  5. # url: jdbc:postgresql://data-center:5432/datacenterlabsl
  6. url: jdbc:postgresql://172.17.100.16:5432/datacenter
  7. username: postgres
  8. password: cGVyc2FneV8yMDIwcXdlIUAj
  9. #配置rabbitMq 服务器
  10. rabbitmq:
  11. host: 39.102.43.179
  12. port: 9936
  13. username: admin
  14. password: brzj123456
  15. #虚拟host 可以不设置,使用server默认host
  16. virtual-host: /test
  17. saga:
  18. dataPlatform: http://39.102.40.239:9970
  19. mqtopid:
  20. exchange: exchange-dmp
  21. routingKey:
  22. custom: # 自定义类型
  23. #true 代表eureka false 代表 http
  24. eurekaorhttp: false
  25. # 服务名
  26. servicename: #注册中心使用,服务名
  27. DMPORG: DMP-ORG #物理3世界
  28. DMPRWD: DMP-RWD #中台
  29. DMPDIC: DMP-DIC #字典