application.yaml
1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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