forked from sqshq/piggymetrics
-
Notifications
You must be signed in to change notification settings - Fork 215
/
gateway.yml
45 lines (38 loc) · 901 Bytes
/
gateway.yml
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
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 20000
ribbon:
ReadTimeout: 20000
ConnectTimeout: 20000
zuul:
ignoredServices: '*'
host:
connect-timeout-millis: 20000
socket-timeout-millis: 20000
routes:
auth-service:
path: /uaa/**
url: http://${AUTH_HOST}:${AUTH_PORT}:5000
stripPrefix: false
sensitiveHeaders:
account-service:
path: /accounts/**
serviceId: account-service
stripPrefix: false
sensitiveHeaders:
statistics-service:
path: /statistics/**
serviceId: statistics-service
stripPrefix: false
sensitiveHeaders:
notification-service:
path: /notifications/**
serviceId: notification-service
stripPrefix: false
sensitiveHeaders:
server:
port: ${PORT}