redis를 이전하기 위해 설정했던 모든 커밋 Revert

This commit is contained in:
2024-11-24 01:23:41 +09:00
parent e38ed331b6
commit b7d7afb8a5
34 changed files with 214 additions and 637 deletions

View File

@@ -52,14 +52,6 @@ jwt:
secret: ${JWT_SECRET}
spring:
data:
redis:
repositories:
enabled: false
valkey:
host: ${VALKEY_HOST}
port: ${VALKEY_PORT}
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}