💡 가이드에 설명하기 위해 추가

This commit is contained in:
kimjaeyeol
2021-11-24 18:04:00 +09:00
parent d289bc883d
commit 4281a2a7b4

View File

@@ -0,0 +1,31 @@
server:
port: 8888
spring:
application:
name: config-service
cloud:
config:
server:
git:
uri: https://github.com/eGovFramework/config-server
username: '{cipher}ba3...'
password: '{cipher}26a...'
search-paths: config # repository 폴더 경로
default-label: main # main branch
ignore-local-ssh-settings: true
skip-ssl-validation: true
bus:
enabled: true # webhook 활성화: /monitor 엔드포인트 호출 가능해진다
rabbitmq:
host: ${rabbitmq.hostname:localhost}
port: 5672
username: guest
password: guest
# config server actuator
management:
endpoints:
web:
exposure:
include: busrefresh