여러대의 Redis와 Valkey에 연결할 수 있도록 환경설정

This commit is contained in:
2024-11-22 17:54:23 +09:00
parent 831bd731ca
commit 157e3a39b6
10 changed files with 122 additions and 113 deletions

View File

@@ -52,6 +52,10 @@ jwt:
secret: ${JWT_SECRET}
spring:
valkey:
host: ${VALKEY_HOST}
port: ${VALKEY_PORT}
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}