Skip to content

Commit b55092e

Browse files
authored
[Chore][jjaeroong]: dev.yml 파일 크기 제한 수정
1 parent 2387307 commit b55092e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/resources/application-dev.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ spring:
77
properties:
88
hibernate:
99
format_sql: true
10-
10+
servlet:
11+
multipart:
12+
enabled: true
13+
max-file-size: 10MB # 파일 1개 최대 크기
14+
max-request-size: 10MB # 요청 전체 최대 크기
1115
datasource:
1216
driver-class-name: com.mysql.cj.jdbc.Driver
1317
url: ${URL}
@@ -59,4 +63,4 @@ bedrock:
5963
apiCallMs: ${BEDROCK_APICALL_MS}
6064
aws:
6165
bedrock:
62-
api-key: ${AWS_BEARER_TOKEN_BEDROCK:}
66+
api-key: ${AWS_BEARER_TOKEN_BEDROCK:}

0 commit comments

Comments
 (0)