application.yaml 1 KB
server:
  port: 8083

eureka:
  client:
    fetch-registry: true
    register-with-eureka: true
    service-url:
#      defaultZone: http://localhost:8761/eureka/
      defaultZone: http://121.40.109.21:8761/eureka/,http://121.40.109.21:8762/eureka/
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 90
    lease-renewal-interval-in-seconds: 30
    prefer-ip-address: true

spring:
  application:
    name: sincere_geteway


zuul:
  routes:
    api-dahua-url:
      path: /dahua/**
      serviceId: dahuaserver
    api-haikang-url:
      path: /haikang/**
      serviceId: haikangserver
    api-iot-url:
      path: /iot/**
      serviceId: NetCoreService
    api-mypulsar-url:
      path: /mypulsar/**
      serviceId: mypulsar
    prefix: /mygateway


ribbon:
  eureka:
    enabled: false

haikangserver:
  ribbon:
    listOfServers: http://121.40.109.21:9898

dahuaserver:
  ribbon:
    listOfServers: http://114.55.30.100:8991

mypulsar:
  ribbon:
    listOfServers: http://121.40.109.21:10009