🔧 Test docker compose

This commit is contained in:
kimjaeyeol
2021-10-26 17:08:14 +09:00
parent 2d192a7c37
commit ee31138c58
24 changed files with 71 additions and 70 deletions

View File

@@ -5,13 +5,12 @@ spring:
application:
name: config-service
profiles:
active: native,default # native file repository
active: native # native file repository
cloud:
config:
server:
native:
search-locations: file:///${user.home}/workspace.edu/egovframe-msa-edu/config # Windows
# search-locations: file://${user.home}/workspace.edu/egovframe-msa-edu/config # MacOS
search-locations: file:///usr/app/config # docker
rabbitmq:
host: localhost
port: 5672