application-prod.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. # spring-cloud相关配置
  18. eureka:
  19. client: #客户端注册进eureka服务列表内
  20. service-url:
  21. # defaultZone: http://192.168.64.18:9931/eureka
  22. defaultZone: http://frame:123456@39.102.43.179:9931/eureka/
  23. # defaultZone: http://frame:123456@192.168.64.18:9931/eureka
  24. # defaultZone: http://admin:1qaz2wsx@127.0.0.1:8888/eureka/ #增加密码
  25. enable-self-preservation: false # 设为false,关闭自我保护
  26. eviction-interval-timer-in-ms: 5000 # 清理间隔(单位毫秒,默认是60*1000)启用主动失效,
  27. instance:
  28. #不加的话我看过eureka注册界面,是以docker容器的container id注册过去的,譬如container id为abcde,
  29. #那么当访问该微服务时,eureka以http://abcde/xxx,去访问的,当然是访问不到该服务.
  30. #配置下面的选项后,就会以内网ip加端口去访问就能访问到了。
  31. prefer-ip-address: true
  32. instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port}
  33. saga:
  34. dataPlatform: http://39.102.40.239:9970
  35. mqtopid:
  36. exchange: exchange-dmp
  37. routingKey:
  38. custom: # 自定义类型
  39. #true 代表eureka false 代表 http
  40. eurekaorhttp: false
  41. # 服务名
  42. servicename: #注册中心使用,服务名
  43. DMPORG: DMP-ORG #物理3世界
  44. DMPRWD: DMP-RWD #中台
  45. DMPDIC: DMP-DIC #字典