mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
- added missing attributes
This commit is contained in:
parent
ea535cb287
commit
d668a9d789
|
@ -64,6 +64,8 @@
|
|||
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
||||
- enableLargeFileUpload: support for jumploader
|
||||
- partitionsize: size of chunk uploaded by jumploader
|
||||
- dropFolderDir: where files for document upload are located
|
||||
- cacheDir: where the preview images are saved
|
||||
-->
|
||||
<server
|
||||
rootDir = ""
|
||||
|
@ -75,6 +77,8 @@
|
|||
logFileRotation = "d"
|
||||
enableLargeFileUpload = "true"
|
||||
partitionSize = "2000000"
|
||||
dropFolderDir = ""
|
||||
cacheDir = ""
|
||||
>
|
||||
</server>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user