feat : common 오류 수정

This commit is contained in:
lsh9672 2025-06-17 15:40:24 +09:00
parent d1128a27a2
commit aa0d531399

View File

@ -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