chore - 업로드 용량 제한 수정
SpecialSource Backend CI/CD / build-and-deploy (push) Successful in 54s

This commit is contained in:
sungjin.choi
2026-07-20 18:08:27 +09:00
parent 4a022a4202
commit b4ccc88093
+10
View File
@@ -1,4 +1,9 @@
spring:
servlet:
multipart:
enabled: true
max-file-size: 5GB # 🟢 개별 파일 허용 용량을 5기가로 대폭 확장
max-request-size: 5GB # 🟢 전체 HTTP 요청 허용 용량도 5기가로 맞춤
datasource:
url: ${DB_URL:jdbc:postgresql://localhost:5435/mydb?sslmode=disable}
username: headporter
@@ -14,6 +19,11 @@ spring:
hibernate:
format_sql: true
server:
tomcat:
max-swallow-size: 5GB # 🟢 톰캣 서버가 업로드 중에 차단하지 않도록 크기 동기화 (또는 -1로 설정 시 무제한)
connection-timeout: 3600000 # 🟢 대용량 전송 시간을 고려하여 타임아웃을 1시간(3,600,000 밀리초)으로 넉넉히 연장
jasypt:
encryptor:
password: 81sungjin1015