업로드 파일 max 수정
This commit is contained in:
@@ -45,8 +45,8 @@ spring:
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
max-file-size: 100MB
|
||||
max-request-size: 100MB
|
||||
max-file-size: 10GB
|
||||
max-request-size: 10GB
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
@@ -93,14 +93,4 @@ geojson:
|
||||
- tgz
|
||||
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