-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrouter-dev.yml
More file actions
51 lines (42 loc) · 738 Bytes
/
router-dev.yml
File metadata and controls
51 lines (42 loc) · 738 Bytes
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
info:
component: Zuul Server
server:
port: 8764
spring:
rabbitmq:
host: rabbitmq
port: 5672
endpoints:
restart:
enabled: true
shutdown:
enabled: true
health:
sensitive: false
eventBus:
broker: redis
redisHost: redis
redisPort: 6379
redisTopic: csrt-event-bus
logging:
level:
com.cooksys.cloud.router: DEBUG
org.springframework.cloud.netflix.zuul: DEBUG
multipart:
maxFileSize: 54525952
maxRequestSize: 54525952
hystrix:
command:
default:
execution:
timeout:
enabled: false
ribbon:
ReadTimeout: 6000
ConnectTimeout: 3000
eureka:
instance:
non-secure-port: 8765
client:
serviceUrl:
defaultZone: http://discovery:8761/eureka/