We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0823a8 commit 977f019Copy full SHA for 977f019
back/src/main/resources/application-prod.yml
@@ -33,8 +33,6 @@ spring:
33
max-lifetime: 1800000 # 커넥션의 최대 수명 (30분)
34
connection-timeout: 30000 # 커넥션을 얻기 위해 대기하는 최대 시간 (30초)
35
leak-detection-threshold: 60000 # 커넥션 누수 감지 임계값 (60초)
36
- profiles:
37
- active: prod
38
39
logging:
40
level:
0 commit comments