Added exportPath to the config file
This commit is contained in:
parent
d225fb428c
commit
ecd24cc446
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ extrasPath = /data/WebGUI/www/extras
|
|||
uploadsURL = /uploads
|
||||
uploadsPath = /data/WebGUI/www/uploads
|
||||
|
||||
# If exportPath is defined, an "Export" toolbar icon will appear
|
||||
# which allows you to export pages to static html
|
||||
# exportPath = /data/WebGUI/export
|
||||
|
||||
templateCacheType=file
|
||||
|
||||
passiveProfileInterval = 86400 # in seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue