mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
add config for backupDir
This commit is contained in:
parent
3026d98d65
commit
8cfeb0f617
|
@ -89,6 +89,7 @@
|
||||||
- partitionSize: size of chunk uploaded by jumploader
|
- partitionSize: size of chunk uploaded by jumploader
|
||||||
- dropFolderDir: where files for document upload are located
|
- dropFolderDir: where files for document upload are located
|
||||||
- cacheDir: where the preview images are saved
|
- cacheDir: where the preview images are saved
|
||||||
|
- backupDir: where the backups are saved
|
||||||
-->
|
-->
|
||||||
<server
|
<server
|
||||||
rootDir = ""
|
rootDir = ""
|
||||||
|
@ -102,6 +103,7 @@
|
||||||
partitionSize = "2000000"
|
partitionSize = "2000000"
|
||||||
dropFolderDir = ""
|
dropFolderDir = ""
|
||||||
cacheDir = ""
|
cacheDir = ""
|
||||||
|
backupDir = ""
|
||||||
/>
|
/>
|
||||||
<!--
|
<!--
|
||||||
- enableGuestLogin: If you want anybody to login as guest, set the following line to true
|
- enableGuestLogin: If you want anybody to login as guest, set the following line to true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user