Skip to content

Commit 977f019

Browse files
committed
fix: 프로덕션 프로파일 명시로 삭제
1 parent e0823a8 commit 977f019

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ spring:
3333
max-lifetime: 1800000 # 커넥션의 최대 수명 (30분)
3434
connection-timeout: 30000 # 커넥션을 얻기 위해 대기하는 최대 시간 (30초)
3535
leak-detection-threshold: 60000 # 커넥션 누수 감지 임계값 (60초)
36-
profiles:
37-
active: prod
3836

3937
logging:
4038
level:

0 commit comments

Comments
 (0)