Correct a typo in the example paths: /usr, not /user
This commit is contained in:
parent
a1dcf5ffcf
commit
4b5a111b8b
1 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ webapp.name = vivo
|
||||||
# (usually images). You should arrange for these files to be backed up in some
|
# (usually images). You should arrange for these files to be backed up in some
|
||||||
# way.
|
# way.
|
||||||
#
|
#
|
||||||
upload.directory = /user/local/vivo/data/uploads
|
upload.directory = /usr/local/vivo/data/uploads
|
||||||
|
|
||||||
#
|
#
|
||||||
# The location where the VIVO application will create its Lucene search
|
# The location where the VIVO application will create its Lucene search
|
||||||
# index.
|
# index.
|
||||||
#
|
#
|
||||||
LuceneSetup.indexDir = /user/local/vivo/data/luceneIndex
|
LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex
|
||||||
|
|
||||||
#
|
#
|
||||||
# This namespace will be used when generating URIs for objects created in the
|
# This namespace will be used when generating URIs for objects created in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue