업로드 파일 max 수정 #27
@@ -45,8 +45,8 @@ spring:
|
|||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
enabled: true
|
enabled: true
|
||||||
max-file-size: 100MB
|
max-file-size: 10GB
|
||||||
max-request-size: 100MB
|
max-request-size: 10GB
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
org:
|
org:
|
||||||
@@ -93,14 +93,4 @@ geojson:
|
|||||||
- tgz
|
- tgz
|
||||||
max-file-size: 104857600 # 100MB
|
max-file-size: 104857600 # 100MB
|
||||||
|
|
||||||
# 파일 업로드 설정
|
|
||||||
file:
|
|
||||||
#sync-root-dir: D:/app/original-images/
|
|
||||||
sync-root-dir: /app/original-images/
|
|
||||||
sync-tmp-dir: ${file.sync-root-dir}tmp/
|
|
||||||
sync-file-extention: tfw,tif
|
|
||||||
|
|
||||||
#dataset-dir: D:/app/dataset/
|
|
||||||
dataset-dir: /app/dataset/
|
|
||||||
dataset-tmp-dir: ${file.dataset-dir}tmp/
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user