Commit 404a70a0 by 章国平

udpate config

1 parent dec9789b
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: "*"
a:
b: 1234
\ No newline at end of file
a:
b: 1234
\ No newline at end of file
b: 12345
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!