mirror of
https://github.com/headporter81/specialsource-homepage-backend.git
synced 2026-08-08 15:41:11 +09:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user