Skip to content

Commit 8b27655

Browse files
committed
🔧 chore: application.yml 원복
1 parent ffec34d commit 8b27655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ spring:
1818

1919
data:
2020
redis:
21-
host: ${REDIS_HOST:localhost}
22-
port: ${REDIS_PORT:6379}
21+
host: ${REDIS_HOST}
22+
port: ${REDIS_PORT}
2323

2424
jpa:
2525
defer-datasource-initialization: true # 현재는 data.sql 에서 더미 유저 자동 추가를 위해 넣어뒀음.

0 commit comments

Comments
 (0)