From fe9e10a937862dbc7a1e042ce7c01dfbeffe5365 Mon Sep 17 00:00:00 2001 From: jooooonj Date: Sat, 16 Sep 2023 16:18:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=8B=9C=20b?= =?UTF-8?q?ean=20=EC=98=A4=EB=A5=98=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=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-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index e7b1b635..9ee5451f 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -17,7 +17,7 @@ spring: custom: redis: - host: ${redis.host} + host: ${redis.devHost} kafka: host: "localhost:" port: ${custom.kafka.port} \ No newline at end of file