🐛 localhost 선언 오류 수정

This commit is contained in:
kimjaeyeol
2021-10-28 15:15:09 +09:00
parent 0ebb59fa3c
commit 0b6b290e0f

View File

@@ -27,12 +27,12 @@ apigateway:
# rabbitmq server # rabbitmq server
spring: spring:
rabbitmq: rabbitmq:
host: ${rabbitmq.hostname:${localhost}} host: ${rabbitmq.hostname:localhost}
port: 5672 port: 5672
username: guest username: guest
password: guest password: guest
zipkin: zipkin:
base-url: http://${zipkin.hostname:${localhost}}:9411 base-url: http://${zipkin.hostname:localhost}:9411
egov: egov:
message: hello message: hello