From ef9874a8c6e1c9846fca56ad5dac1cf545d03f5f 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, 2 Aug 2022 11:06:32 +0900 Subject: [PATCH] =?UTF-8?q?rabbitmq=20server=20host=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ab14b0e..7f3ee8a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,7 +3,7 @@ server: spring: rabbitmq: - host: localhost + host: 192.168.0.24 port: 5672 username: guest password: guest