This commit is contained in:
jooho
2021-12-27 13:23:59 +09:00
parent 628f2ace5a
commit c5eedc8e9b

View File

@@ -17,7 +17,7 @@ eureka:
# file attach location - messages{lang}.properties 도 이 경로에 위치한다. # file attach location - messages{lang}.properties 도 이 경로에 위치한다.
file: file:
directory: ${app.home:${user.home}}/msa-attach-volume # url 사용시에는 사용되지 않는다 directory: ${app.home:${user.home}}/msa-attach-volume # url 사용시에는 사용되지 않는다
url: http://localhost:8080 # nginx 로 파일 다운로드 처리 url: http://${file.hostname:localhost}:8080 # nginx 로 파일 다운로드 처리
messages: messages:
directory: ${file.directory}/messages directory: ${file.directory}/messages
@@ -28,7 +28,7 @@ apigateway:
spring: spring:
rabbitmq: rabbitmq:
host: ${rabbitmq.hostname:localhost} host: ${rabbitmq.hostname:localhost}
port: 5672 port: ${rabbitmq.port:5672}
username: guest username: guest
password: guest password: guest
zipkin: zipkin: