-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.yml
60 lines (52 loc) · 1.29 KB
/
application.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
55
56
57
58
59
60
kafka:
topic:
log: log
documentation: documentation
email: email
delete-category: delete-category
management:
endpoint:
routes:
enabled: true
health:
enabled: true
show-details: always
endpoints:
web:
exposure:
include: "*"
feign:
client:
config:
default:
connectTimeout: 160000000
readTimeout: 160000000
server:
error:
include-message: always
logging:
level:
com.netflix.discovery.shared.resolver.aws: OFF
org.springframework.cloud.config.client.ConfigServicePropertySourceLocator: ERROR
org.apache.kafka.common: ERROR
com.netflix: ERROR
org.apache.kafka.clients: ERROR
org.springframework.context.support: ERROR
org.springframework.data.repository.config: ERROR
org.springframework.integration.monitor: ERROR
org.springframework.cloud.stream.messaging: ERROR
org.springframework.cloud.stream.binder: ERROR
springfox.documentation.spring.web.readers.operation: ERROR
org.springframework.cloud.config.server: ERROR
org.springframework.boot.autoconfigure.security: ERROR
org.springframework.integration.kafka.inbound: ERROR
---
spring:
profiles: dev
zipkin:
enabled: false
---
spring:
profiles: prod
zipkin:
baseUrl: http://zipkin:9411/