fix redis config

This commit is contained in:
박서은
2025-06-12 15:17:15 +09:00
parent 16ce90c394
commit 7cb0efa769
8 changed files with 52 additions and 27 deletions
@@ -20,7 +20,7 @@ spring:
data:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
port: ${REDIS_PORT:6380}
password: ${REDIS_PASSWORD:}
jwt: