From e4f3c32c8af2fccc27972878e3a45712b18eb4dc Mon Sep 17 00:00:00 2001 From: hiondal Date: Thu, 11 Sep 2025 11:41:02 +0900 Subject: [PATCH] =?UTF-8?q?kos-mock=20Redis=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=9E=AC=EC=B6=94=EA=B0=80:=20=EC=BA=90=EC=8B=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=B5=EC=9B=90=20=EB=B0=8F=20=EB=A1=9C=EC=BB=AC?= =?UTF-8?q?=20=ED=99=98=EA=B2=BD=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- kos-mock/src/main/resources/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kos-mock/src/main/resources/application.yml b/kos-mock/src/main/resources/application.yml index aecad3a..f66af18 100644 --- a/kos-mock/src/main/resources/application.yml +++ b/kos-mock/src/main/resources/application.yml @@ -24,6 +24,12 @@ spring: console: enabled: true path: /h2-console + # Redis 설정 + data: + redis: + host: ${REDIS_HOST:localhost} + port: ${REDIS_PORT:6379} + password: ${REDIS_PASSWORD:} server: port: ${SERVER_PORT:8084}