mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
- added missing configuration variables
This commit is contained in:
parent
e31bff59c5
commit
a0de54a1b1
|
@ -20,6 +20,7 @@
|
||||||
- enableConverting: enable/disable converting of files
|
- enableConverting: enable/disable converting of files
|
||||||
- enableEmail: enable/disable automatic email notification
|
- enableEmail: enable/disable automatic email notification
|
||||||
- enableUsersView: enable/disable group and user view for all users
|
- enableUsersView: enable/disable group and user view for all users
|
||||||
|
- enableFullSearch: false to don't use fulltext search
|
||||||
- enableFolderTree: false to don't show the folder tree
|
- enableFolderTree: false to don't show the folder tree
|
||||||
- expandFolderTree: 0 to start with tree hidden
|
- expandFolderTree: 0 to start with tree hidden
|
||||||
- 1 to start with tree shown and first level expanded
|
- 1 to start with tree shown and first level expanded
|
||||||
|
@ -31,6 +32,7 @@
|
||||||
enableConverting = "true"
|
enableConverting = "true"
|
||||||
enableEmail = "true"
|
enableEmail = "true"
|
||||||
enableUsersView = "true"
|
enableUsersView = "true"
|
||||||
|
enableFullSearch = "true"
|
||||||
enableFolderTree = "true"
|
enableFolderTree = "true"
|
||||||
expandFolderTree = "1"
|
expandFolderTree = "1"
|
||||||
|
|
||||||
|
@ -56,6 +58,8 @@
|
||||||
- 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
|
||||||
|
- 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)
|
||||||
-->
|
-->
|
||||||
|
@ -63,6 +67,8 @@
|
||||||
rootDir = ""
|
rootDir = ""
|
||||||
httpRoot = "/letodms/"
|
httpRoot = "/letodms/"
|
||||||
contentDir = ""
|
contentDir = ""
|
||||||
|
stagingDir = ""
|
||||||
|
luceneDir = ""
|
||||||
logFileEnable = "true"
|
logFileEnable = "true"
|
||||||
logFileRotation = "d"
|
logFileRotation = "d"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user