여러대의 Redis와 Valkey에 연결할 수 있도록 환경설정
This commit is contained in:
@@ -52,6 +52,10 @@ jwt:
|
||||
secret: ${JWT_SECRET}
|
||||
|
||||
spring:
|
||||
valkey:
|
||||
host: ${VALKEY_HOST}
|
||||
port: ${VALKEY_PORT}
|
||||
|
||||
redis:
|
||||
host: ${REDIS_HOST}
|
||||
port: ${REDIS_PORT}
|
||||
|
Reference in New Issue
Block a user