k8s
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user