From 8d18977bf3cd3a6efd50a4cd77e2be2c9bc899ae Mon Sep 17 00:00:00 2001 From: hyeesw Date: Mon, 16 Sep 2024 02:21:09 +0900 Subject: [PATCH] =?UTF-8?q?[refactor]=20redis=20url=20=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2caab0a..a5086dd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -39,6 +39,7 @@ spring: host: ${REDIS_HOST} port: 6379 password: '${REDIS_PASSWORD}' + url: redis://:${REDIS_PASSWORD}@${REDIS_HOST}:6379 ssl: enabled: true