From 9c3507298748916de21e85075e304888e405b71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=95=98=EC=84=B1?= Date: Wed, 13 Dec 2023 20:06:34 +0900 Subject: [PATCH] setting: redis --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 031ac35..a32b4fc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,6 +14,9 @@ spring: ddl-auto: update database-platform: org.hibernate.dialect.MySQL8Dialect open-in-view: false + redis: + port: 6379 + host: ${REDIS_HOST} jwt: secret_key: ${SECRET_KEY:asdf}