application-test.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. server:
  2. port: 8089
  3. eureka:
  4. client: #客户端注册进eureka服务列表内
  5. service-url:
  6. # defaultZone: http://192.168.64.18:9931/eureka
  7. defaultZone: http://frame:123456@192.168.64.18:9931/eureka
  8. # defaultZone: http://admin:1qaz2wsx@127.0.0.1:8888/eureka/ #增加密码
  9. enable-self-preservation: false # 设为false,关闭自我保护
  10. eviction-interval-timer-in-ms: 5000 # 清理间隔(单位毫秒,默认是60*1000)启用主动失效,
  11. spring:
  12. datasource:
  13. # url: jdbc:postgresql://192.168.64.15:5432/datacenter
  14. url: jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
  15. username: postgres
  16. password: cGVyc2FneV8yMDIwcXdlIUAj
  17. #配置rabbitMq 服务器
  18. rabbitmq:
  19. host: 192.168.100.108
  20. port: 9936
  21. username: pbsage
  22. password: pbsage123
  23. #虚拟host 可以不设置,使用server默认host
  24. virtual-host: /adm
  25. saga:
  26. dataPlatform: http://192.168.64.17:8832
  27. # dataPlatform: http://39.102.40.239:9970
  28. data_org: http://common/dmp-org
  29. data_rwd: http://common/dmp-rwd
  30. data_dic: http://common/dmp-dic
  31. mqtopid:
  32. exchange: exchange-dmp
  33. routingKey:
  34. custom:
  35. #true 代表eureka false 代表 http
  36. eurekaorhttp: false
  37. # 服务名
  38. servicename:
  39. DMPORG: DMP-ORG #物理3世界
  40. DMPRWD: DMP-RWD #中台
  41. DMPDIC: DMP-DIC #字典