Correct a typo in the example paths: /usr, not /user

This commit is contained in:
jeb228 2010-02-08 20:05:42 +00:00
parent a1dcf5ffcf
commit 4b5a111b8b

View file

@ -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