From aa0d531399d1d017b3a99add70c115ff13a60885 Mon Sep 17 00:00:00 2001 From: lsh9672 Date: Tue, 17 Jun 2025 15:40:24 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20common=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/application-common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/application-common.yml b/common/src/main/resources/application-common.yml index 0ce9faa..f7ecdf3 100644 --- a/common/src/main/resources/application-common.yml +++ b/common/src/main/resources/application-common.yml @@ -20,7 +20,7 @@ spring: # Redis 설정 data: redis: - host: ${REDIS_HOST:localhost} //로컬 + host: ${REDIS_HOST:localhost} port: ${REDIS_PORT:6379} password: ${REDIS_PASSWORD:} timeout: 2000ms