Commit 6b2f68c0 by 章国平

config yml

1 parent 8c164196
Showing with 37 additions and 0 deletions
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: "*"
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!