From 912d6d5f58076d3940164d51bbd6a72d61ee97be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?qkr7828=28=EB=B0=95=EC=9E=AC=EC=9A=B0=29?= <박재우@DESKTOP-EF7ECBO> Date: Fri, 21 Oct 2022 14:15:25 +0900 Subject: [PATCH] =?UTF-8?q?rabbitmq=20=EC=84=A4=EC=A0=95=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 74a3f13..7ca776a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,10 +3,10 @@ spring: activate: on-profile: local rabbitmq: - host: 192.168.0.24 + host: 192.168.0.26 port: 5672 - username: guest - password: guest + username: palnet + password: palnet!234 virtual-host: / server: