From 0b6b290e0f70ec161cc02098d62dfcba7396fc7c Mon Sep 17 00:00:00 2001 From: kimjaeyeol Date: Thu, 28 Oct 2021 15:15:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20localhost=20=EC=84=A0=EC=96=B8?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.yml b/config/application.yml index 3a3e5bf..2dc94de 100644 --- a/config/application.yml +++ b/config/application.yml @@ -27,12 +27,12 @@ apigateway: # rabbitmq server spring: rabbitmq: - host: ${rabbitmq.hostname:${localhost}} + host: ${rabbitmq.hostname:localhost} port: 5672 username: guest password: guest zipkin: - base-url: http://${zipkin.hostname:${localhost}}:9411 + base-url: http://${zipkin.hostname:localhost}:9411 egov: message: hello \ No newline at end of file