kos-mock Redis 설정 재추가: 캐시 설정 복원 및 로컬 환경 대응

🔧 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
hiondal 2025-09-11 11:41:02 +09:00
parent 8e9e0780ae
commit e4f3c32c8a

View File

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