Skip to content

Commit 32b1bf2

Browse files
committed
fix: redis 비밀번호
1 parent 3f0f1ad commit 32b1bf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/src/main/resources/application-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ spring:
3030

3131
data:
3232
redis:
33-
host: ${REDIS_HOST:localhost}
34-
port: ${REDIS_PORT:6379}
35-
password: ${REDIS_PASSWORD:}
33+
host: ${REDIS_HOST}
34+
port: ${REDIS_PORT}
35+
password: ${REDIS_PASSWORD}
3636

3737
# 운영 환경용 로깅 설정
3838
logging:

0 commit comments

Comments
 (0)