Files
egovframe-msa-edu/backend/config/src/main/resources/application.yml
2021-10-26 17:08:14 +09:00

26 lines
428 B
YAML

server:
port: 8888
spring:
application:
name: config-service
profiles:
active: native # native file repository
cloud:
config:
server:
native:
search-locations: file:///usr/app/config # docker
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest
# config server actuator
management:
endpoints:
web:
exposure:
include: busrefresh