From 2962bf0fc31cd55d67ded3d0574910e981f9d0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?scnoh=28=EB=85=B8=EC=8A=B9=EC=B2=A0=29?= Date: Tue, 23 Aug 2022 11:21:09 +0900 Subject: [PATCH] =?UTF-8?q?rabbitmq=20local=20server=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 81c471d..6359403 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,7 +3,7 @@ spring: activate: on-profile: local rabbitmq: - host: localhost + host: 192.168.0.24 port: 5672 username: guest password: guest @@ -37,7 +37,7 @@ spring: activate: on-profile: dev rabbitmq: - host: localhost + host: 192.168.0.24 port: 5672 username: guest password: guest