From 8ffd5cf811177f43b344c99403fb7efa8e0da4b7 Mon Sep 17 00:00:00 2001 From: enbraining Date: Thu, 21 Dec 2023 15:31:55 +0900 Subject: [PATCH] =?UTF-8?q?redis=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2439669..62a1135 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -22,13 +22,12 @@ spring: redis: port: ${REDIS_PORT} host: ${REDIS_HOST} + password: ${REDIS_PASSWORD} jedis: pool: max-idle: 8 min-idle: 0 max-wait: 1 - sentinel: - password: ${REDIS_PASSWORD} jpa: open-in-view: false