2019-10-31 20:43:47 -05:00
|
|
|
---
|
|
|
|
|
spring:
|
2021-12-05 20:59:15 +05:30
|
|
|
application:
|
|
|
|
|
name: config-client
|
|
|
|
|
profiles:
|
|
|
|
|
active: development
|
|
|
|
|
config:
|
|
|
|
|
import: configserver:http://root:s3cr3t@localhost:8888
|
2019-10-31 20:43:47 -05:00
|
|
|
rabbitmq:
|
|
|
|
|
host: localhost
|
|
|
|
|
port: 5672
|
|
|
|
|
username: guest
|
2020-06-02 15:46:57 +05:30
|
|
|
password: guest
|
|
|
|
|
cloud:
|
|
|
|
|
bus:
|
|
|
|
|
enabled: true
|
|
|
|
|
refresh:
|
|
|
|
|
enabled: true
|
2021-12-05 20:59:15 +05:30
|
|
|
config:
|
|
|
|
|
fail-fast: true
|
2020-06-02 15:46:57 +05:30
|
|
|
management:
|
|
|
|
|
endpoints:
|
|
|
|
|
web:
|
|
|
|
|
exposure:
|
2021-12-05 20:59:15 +05:30
|
|
|
include: "*"
|
|
|
|
|
security:
|
|
|
|
|
enabled: false
|