NIHVIVO-2450 combine upload.directory and LuceneSetup.indexDir under vitro.home.directory
This commit is contained in:
parent
412d25e800
commit
08770c8bd0
7 changed files with 124 additions and 85 deletions
|
@ -32,17 +32,10 @@ tomcat.home = /usr/local/tomcat
|
|||
webapp.name = vitro
|
||||
|
||||
#
|
||||
# The location where the VIVO application will store uploaded files
|
||||
# (usually images). You should arrange for these files to be backed up in some
|
||||
# way.
|
||||
# The location where the VIVO application will store the data that it creates.
|
||||
# This includes uploaded files (usually images) and the Lucene search index.
|
||||
#
|
||||
upload.directory = /usr/local/vivo/data/uploads
|
||||
|
||||
#
|
||||
# The location where the VIVO application will create its Lucene search
|
||||
# index.
|
||||
#
|
||||
LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex
|
||||
vitro.home.directory = /usr/local/vivo/data
|
||||
|
||||
#
|
||||
# SMTP host which the "Contact Us" form can use to send mail. If this is left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue