Skip to content

Commit 88d6f68

Browse files
committed
refactor: 배포 환경 파일 redis 설정 추가
1 parent 63b81a8 commit 88d6f68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application-prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ spring:
2929
hibernate:
3030
ddl-auto: validate
3131

32+
data:
33+
redis:
34+
host: redis
35+
port: 6379
36+
3237
security:
3338
oauth2:
3439
client:

0 commit comments

Comments
 (0)