Compare commits
2 Commits
29e1d0ec7e
...
6b3f22dd66
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b3f22dd66 | |||
| abc2c8e806 |
@@ -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