Initial commit
This commit is contained in:
25
backend/config/src/main/resources/application.yml
Normal file
25
backend/config/src/main/resources/application.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
server:
|
||||
port: 8888
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: config-service
|
||||
profiles:
|
||||
active: native # native file repository
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
native:
|
||||
search-locations: file://${user.home}/workspace/egovframe-msa-edu/config
|
||||
rabbitmq:
|
||||
host: localhost
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
|
||||
# config server actuator
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: busrefresh
|
||||
Reference in New Issue
Block a user