mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +00:00
- added missing attributes
This commit is contained in:
parent
ea535cb287
commit
d668a9d789
|
@ -58,12 +58,14 @@
|
||||||
- If the URL is http://www.example.com/, set $_httpRoot = "/".
|
- If the URL is http://www.example.com/, set $_httpRoot = "/".
|
||||||
- contentDir: Where the uploaded files are stored (best to choose a directory that
|
- contentDir: Where the uploaded files are stored (best to choose a directory that
|
||||||
- is not accessible through your web-server)
|
- is not accessible through your web-server)
|
||||||
- stagingDir: Where partial file uploads are saved
|
- stagingDir: Where partial file uploads are saved
|
||||||
- luceneDir: Where the lucene fulltext index iѕ saved
|
- luceneDir: Where the lucene fulltext index iѕ saved
|
||||||
- logFileEnable: set false to disable log system
|
- logFileEnable: set false to disable log system
|
||||||
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
||||||
- enableLargeFileUpload: support for jumploader
|
- enableLargeFileUpload: support for jumploader
|
||||||
- partitionsize: size of chunk uploaded by jumploader
|
- partitionsize: size of chunk uploaded by jumploader
|
||||||
|
- dropFolderDir: where files for document upload are located
|
||||||
|
- cacheDir: where the preview images are saved
|
||||||
-->
|
-->
|
||||||
<server
|
<server
|
||||||
rootDir = ""
|
rootDir = ""
|
||||||
|
@ -75,6 +77,8 @@
|
||||||
logFileRotation = "d"
|
logFileRotation = "d"
|
||||||
enableLargeFileUpload = "true"
|
enableLargeFileUpload = "true"
|
||||||
partitionSize = "2000000"
|
partitionSize = "2000000"
|
||||||
|
dropFolderDir = ""
|
||||||
|
cacheDir = ""
|
||||||
>
|
>
|
||||||
</server>
|
</server>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user