store update

This commit is contained in:
youbeen
2025-06-16 15:35:18 +09:00
parent 1ddcfc3ad3
commit a84ee30c71
4 changed files with 41 additions and 3 deletions
@@ -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