config-dev.yml
720 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
spring:
application:
name: middle-platform-config
kafka:
bootstrap-servers: http://10.10.0.156:9092
consumer:
group-id: mpGroup
cloud:
bus:
enabled: true
config:
server:
git:
uri: http://gitlab.dituhui.com/middle-platform-public/config-repo.git
clone-on-start: true
stream:
kafka:
binder:
brokers: 10.10.0.156:9092
server:
port: 3301
eureka:
client:
serviceUrl:
defaultZone: http://10.10.0.156:8761/eureka
instance:
preferIpAddress: true
# webhook
management:
security:
enabled: false #是否开启actuator安全认证
endpoints:
web:
exposure:
include: "*"