From 5582834ab7d08b1ea1a87c892790e3c02636d7d0 Mon Sep 17 00:00:00 2001 From: eGovFrameSupport Date: Tue, 28 Dec 2021 17:42:03 +0900 Subject: [PATCH] Update application.yml --- config/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.yml b/config/application.yml index fecd4f0..263b1e6 100644 --- a/config/application.yml +++ b/config/application.yml @@ -28,11 +28,11 @@ apigateway: spring: rabbitmq: host: ${rabbitmq.hostname:localhost} - port: ${rabbitmq.port:5672} + port: 5672 username: guest password: guest zipkin: base-url: http://${zipkin.hostname:localhost}:${zipkin.port:9411} egov: - message: hello \ No newline at end of file + message: hello