-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgateway-proxy.yml
54 lines (47 loc) · 1002 Bytes
/
gateway-proxy.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
46
47
48
49
50
51
52
53
54
zuul:
routes:
frontend:
path: /frontend/**
serviceId: frontend-service
identity:
path: /identity/**
serviceId: identity-service
sensitiveHeaders:
catalog:
path: /catalog/**
serviceId: catalogue-service-srdc
sensitiveHeaders: Cookie,Set-Cookie
spring:
http:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
---
spring:
profiles: dev
eureka:
instance:
leaseRenewalIntervalInSeconds: 5
leaseExpirationDurationInSeconds: 8
client:
initialInstanceInfoReplicationIntervalSeconds: 5
registryFetchIntervalSeconds: 2
hystrix:
command:
default:
execution:
isolation:
strategy: THREAD
thread:
timeoutInMilliseconds: 500000
zuul:
eureka:
identity-service:
semaphore:
maxSemaphores: 300
host:
connect-timeout-millis: 1000000
socket-timeout-millis: 1000000
ribbon:
ReadTimeout: 1000000
ConnectTimeout: 1000000